Merge branch 'master' of github.com:savetheinternet/Tinyboard

This commit is contained in:
Michael Save 2012-11-19 10:28:47 +11:00
commit 04eb346fa7

View File

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