Merge pull request #205 from Montrosos/patch-1

Included header.html for better boardlist
This commit is contained in:
Marcin Łabanowski 2016-12-12 14:38:59 +01:00 committed by GitHub
commit 8eb8a6e729

View File

@ -9,6 +9,7 @@
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}" />{% endif %}
{% if config.default_stylesheet.1 != '' %}<link rel="stylesheet" type="text/css" id="stylesheet" href="{{ config.uri_stylesheets }}{{ config.default_stylesheet.1 }}">{% endif %}
{% if config.font_awesome %}<link rel="stylesheet" href="{{ config.root }}{{ config.font_awesome_css }}">{% endif %}
{% include 'header.html' %}
</head>
<body>
{{ boardlist.top }}