Browse Source

Add slogan and banner to recent theme

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

9
templates/themes/recent/recent.html

@ -10,11 +10,16 @@
</head>
<body>
{{ boardlist.top }}
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
<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">
<h2>Recent Images</h2>

Loading…
Cancel
Save