Indicate clearly when running light version on index.html

This commit is contained in:
Petr Sloup
2016-08-25 10:44:29 +02:00
parent de60a0a076
commit f9f26f0d65
3 changed files with 18 additions and 3 deletions
+2 -2
View File
@@ -17,8 +17,8 @@
</head>
<body>
<section>
<h1 class="title"><img src="/images/logo.png" alt="TileServer GL" /></h1>
<h2 class="subtitle">Vector and raster maps with GL styles</h2>
<h1 class="title {{#if is_light}}light{{/if}}"><img src="/images/logo.png" alt="TileServer GL" /></h1>
<h2 class="subtitle">Vector {{#if is_light}}<s>and raster</s>{{else}}and raster{{/if}} maps with GL styles</h2>
<h2 class="box-header">Styles</h2>
<div class="box">
{{#each styles}}