Add metadata layout section
This commit is contained in:
parent
15472e1738
commit
6d60b910e1
4 changed files with 38 additions and 31 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue