Browse Source

Included header.html for better boardlist

Simply included the header.html so that the compact boardlist works with it and it's responsive now.
main
Montrosos 8 years ago
committed by GitHub
parent
commit
1f4de533f0
  1. 1
      templates/themes/recent/recent.html

1
templates/themes/recent/recent.html

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

Loading…
Cancel
Save