Re-add a page for each post tag

This commit is contained in:
Oliver Davies 2021-07-09 12:00:00 +01:00
parent 7c99281ae2
commit e36882ee20
4 changed files with 34 additions and 11 deletions

View file

@ -8,7 +8,11 @@
<div class="max-w-2xl px-4 py-10 mx-auto md:py-16">
<div id="main-content">
<h1 class="text-xl font-bold md:text-2xl">{{ page.title }}</h1>
<h1 class="text-xl font-bold md:text-2xl">
{% block page_title %}
{{ page.title }}
{% endblock %}
</h1>
<div class="mt-4">
{% block content_wrapper %}