--- a/templates/ajovuoro.html Sun Apr 23 11:01:51 2017 +0300 +++ b/templates/ajovuoro.html Fri May 19 21:15:12 2017 +0300 @@ -5,7 +5,7 @@ <style> body { - font-family: "Latin Modern Sans", Tahoma, FreeSans, Arial, sans-serif; + font-family: "Oxygen-Sans", FreeSans, Arial, sans-serif; background: white; color: black; margin: 0; @@ -54,10 +54,15 @@ font-variant: small-caps; } </style> - <title>Ajovuoro #{{numero}}: {{linja}} {{selite}}</title> + <!--<title>Ajovuoro #{{numero}}: {{linja}} {{selite}}</title>--> + <title>{{linja}} {{selite}}</title> </head> <body> - <h1>Ajo {{numero}}: {{linja}} {{selite}}</h1> + <h1> + {% if yƶ %} + 🌙 + {% endif %} + <!--Ajo {{numero}}: -->{{linja}} {{selite}}</h1> <table id='aikataulu'> <tr> <th class='sarake-aika'>Aika</th> @@ -81,4 +86,4 @@ {% endfor %} </table> </body> -</html> \ No newline at end of file +</html>