aboutsummaryrefslogtreecommitdiff
path: root/zola-static/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'zola-static/templates/base.html')
-rw-r--r--zola-static/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/zola-static/templates/base.html b/zola-static/templates/base.html
index 69b7dc3..9aa47d8 100644
--- a/zola-static/templates/base.html
+++ b/zola-static/templates/base.html
@@ -10,6 +10,11 @@
<body>
<section class="section">
<div class="container">
+ {% block header %}
+ <h1 class="header-title"><a href="{{ config.base_url }}">Jack Jamison</a></h1>
+ {% endblock header %}
+ <hr>
+ <br>
{% block content %} {% endblock content %}
</div>
</section>