Browse Source

Fix default theme and add Font Awesome Icons

pull/40/head
27chan 8 years ago
parent
commit
199931dc1a
  1. 2
      templates/themes/recent/recent.html

2
templates/themes/recent/recent.html

@ -7,6 +7,8 @@
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
<link rel="stylesheet" media="screen" href="{{ config.root }}{{ settings.css }}"/>
{% 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 %}
</head>
<body>
{{ boardlist.top }}

Loading…
Cancel
Save