Update templates for new stylesheets

This commit is contained in:
Simon McFarlane 2015-02-14 06:12:54 +01:00
parent addf730393
commit 2049f4d8f8
13 changed files with 148 additions and 9 deletions

View file

@ -7,6 +7,7 @@
<link rel="shortcut icon" href="/favicon.png">
<link rel="stylesheet" media="screen" href="/stylesheets/style.css"/>
<link rel="stylesheet" media="screen" href="/stylesheets/dark.css"/>
{% if config.font_awesome %}<link rel="stylesheet" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
</head>
<body>
<div class="bar top">{{ boardlist.top }}</div>