Browse Source

Fix custom stylesheets on main page

pull/40/head
Techan 10 years ago
committed by czaks
parent
commit
4cc8a0a8b0
  1. 2
      templates/themes/basic/index.html

2
templates/themes/basic/index.html

@ -8,6 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}">{% endif %}
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
{% 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 %}
</head>
<body>
{{ boardlist.top }}

Loading…
Cancel
Save