Browse Source

Add boardlist to catalog pages

pull/40/head
Michael Walker 10 years ago
parent
commit
f7be1ee22e
  1. 4
      templates/themes/catalog/catalog.html

4
templates/themes/catalog/catalog.html

@ -10,7 +10,9 @@
<title>{{ settings.title }}</title>
</head>
<body class="theme-catalog">
{{ boardlist.top }}
<div class="topbar">
{{ boardlist.top }}
</div>
<header>
<h1>{{ settings.title }} (<a href="{{link}}">/{{ board }}/</a>)</h1>
<div class="subtitle">{{ settings.subtitle }}</div>

Loading…
Cancel
Save