Browse Source

Merge pull request #80 from Thermionix/patch-1

added favicon to recent.html template
pull/40/head
Michael 12 years ago
parent
commit
23f0df36bd
  1. 1
      templates/themes/recent/recent.html

1
templates/themes/recent/recent.html

@ -6,6 +6,7 @@
<title>{{ settings.title }}</title>
<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 %}
</head>
<body>
{{ boardlist.top }}

Loading…
Cancel
Save