Re-add a page for each post tag
This commit is contained in:
parent
7c99281ae2
commit
e36882ee20
4 changed files with 34 additions and 11 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue