added categories

This commit is contained in:
2026-02-28 19:09:53 +01:00
parent be47059b32
commit e9855ec6a1
15 changed files with 169 additions and 129 deletions

View File

@@ -2,7 +2,12 @@
{% block title %}{{ title }}{% endblock title %}
{% block content %}
<div class="wiki-header">
<h1>{{ title }}</h1>
<h1>
{{ title }}
{% if category %}
<span class="header-category">#{{ category }}</span>
{% endif %}
</h1>
</div>
<div class="wiki-container">