This commit is contained in:
Oliver Davies 2019-01-05 00:08:45 +00:00
parent a3dcda88b3
commit 37c766a802
24 changed files with 82 additions and 125 deletions

View file

@ -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 %}

View file

@ -1,5 +0,0 @@
{% extends 'default' %}
{% block content_top %}
<h1>{{ page.title }}</h1>
{% endblock %}

View file

@ -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">