Add boardlist to catalog pages
This commit is contained in:
parent
87cf853bc2
commit
f7be1ee22e
@ -10,7 +10,9 @@
|
|||||||
<title>{{ settings.title }}</title>
|
<title>{{ settings.title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="theme-catalog">
|
<body class="theme-catalog">
|
||||||
{{ boardlist.top }}
|
<div class="topbar">
|
||||||
|
{{ boardlist.top }}
|
||||||
|
</div>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }} (<a href="{{link}}">/{{ board }}/</a>)</h1>
|
<h1>{{ settings.title }} (<a href="{{link}}">/{{ board }}/</a>)</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user