Tweaks
This commit is contained in:
parent
a3dcda88b3
commit
37c766a802
24 changed files with 82 additions and 125 deletions
|
@ -7,8 +7,10 @@
|
|||
|
||||
<div class="mt-24 max-w-xl px-4 mx-auto">
|
||||
<main id="main-content">
|
||||
{% block page_title %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% block page_title_wrapper %}
|
||||
<h1 class="mb-4">
|
||||
{% block page_title %}{{ page.title }}{% endblock %}
|
||||
</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_top %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% endblock %}
|
|
@ -1,6 +1,6 @@
|
|||
{% extends 'page' %}
|
||||
{% extends 'default' %}
|
||||
|
||||
{% block page_title %}{% endblock %}
|
||||
{% block page_title_wrapper %}{% endblock %}
|
||||
|
||||
{% block metaTags %}
|
||||
<meta name="twitter:card" content="summary">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue