mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
15 lines
541 B
HTML
15 lines
541 B
HTML
{% extends "edition-3/foundation.html" %}
|
|
|
|
{% block masthead %}
|
|
<header class="masthead">
|
|
<div style="position:relative">
|
|
<h2 class="masthead-title">
|
|
<a href="{{ config.base_url | safe }}/edition-3" title="Home">{{ config.title | safe }}</a>
|
|
</h2>
|
|
<p><small>{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}
|
|
— Third Edition (Alpha Release)</small></p>
|
|
{% block header %}{% endblock header %}
|
|
</div>
|
|
</header>
|
|
{% endblock masthead %}
|