- {% comment %} Unfortunately, the variables we set above are not preserved for sub-layouts. So, we have to have all the layout here. {% endcomment %}
- {% if pretitle %}
- <header class="pretitle">
- {% if page.date %}
- <div class="side"><a href="{{ site.baseurl }}{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
- {% endif %}
- <h1>{{ pretitle }}</h1>
- </header>
- {% endif %}
-
- <header class="title">
- <h1>{{ title }}</h1>
- </header>
-