Browse Source

Add slogan and banner to recent theme

pull/40/head
Michael Walker 10 years ago
parent
commit
19c35cdae6
  1. 13
      templates/themes/recent/recent.html

13
templates/themes/recent/recent.html

@ -10,10 +10,15 @@
</head>
<body>
{{ boardlist.top }}
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<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>
<div class="box-wrap">
<div class="box left">

Loading…
Cancel
Save