Change theme on recent

This commit is contained in:
Michael Walker 2014-11-13 00:31:46 +00:00
parent d67d316a54
commit 844e1f9e57
4 changed files with 162 additions and 36 deletions

View file

@ -10,12 +10,11 @@
{% if config.url_favicon %}<link rel="shortcut icon" href="{{ config.url_favicon }}" />{% endif %}
</head>
<body>
{{ boardlist.top }}
<div class="topbar">
{{ boardlist.top }}
</div>
<img class="board_image" src="{{ config.url_banner }}"style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};height:{{ config.banner_height }}px;" alt="" />
<header>
<p class="bic">
<img class="board_image" src="{{ config.url_banner }}"style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};height:{{ config.banner_height }}px;" alt="" />
</p>
<h1>{{ settings.title }}</h1>
<div class="subtitle">PRESENT DAY. PRESENT TIME. HAHAHAHAHA</div>
</header>