Browse Source

Add a link to the board index on the catalog page

main
Equus 7 years ago
committed by discomrade
parent
commit
7a5b2aef35
  1. 2
      templates/themes/catalog/catalog.html

2
templates/themes/catalog/catalog.html

@ -13,7 +13,7 @@
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} theme-catalog active-catalog" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
{{ boardlist.top }}
<header>
<h1>{{ board.url }} - {{ board.title|e }}</h1>
<h1>/<a style="text-decoration:none;" href="./index.html">{{ board.uri }}</a>/ - {{ board.title|e }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>

Loading…
Cancel
Save