Browse Source

Catalog title update

main
animepony 7 years ago
committed by discomrade
parent
commit
fc098ce24e
  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>{{ settings.title }} (<a href="{{link}}">/{{ board_name }}/</a>)</h1>
<h1>{{ board.url }} - {{ board.title|e }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>

Loading…
Cancel
Save