Included header.html for better boardlist

Simply included the header.html so that the compact boardlist works with it and it's responsive now.
This commit is contained in:
Montrosos 2016-12-12 13:52:42 +01:00 committed by GitHub
parent 4a21c97cb0
commit 1f4de533f0

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 }}