Add metadata layout section

This commit is contained in:
arne 2022-03-03 20:01:48 +01:00
commit 6d60b910e1
4 changed files with 38 additions and 31 deletions

View file

@ -10,7 +10,11 @@
<body>
<main class="{{ page.url | pageClasses }}">
<header><a href="{{ '/' | url }}" title="Back to the homepage">{{ content | header | safe }}</a></header>
<aside>
<aside class="metadata" role="contentinfo">
{% block metadata %}
{% endblock %}
</aside>
<aside class="navigation" role="navigation">
<h1>{{ page.title }}</h1>
{% block sidebar %}
{% endblock %}