aboutsummaryrefslogtreecommitdiff
path: root/templates/archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/archive.html')
-rw-r--r--templates/archive.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/archive.html b/templates/archive.html
index a605b40..b06bdb2 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -1,6 +1,9 @@
{% extends "base.html" %}
+{% block title %}
+Weblog archive - Yaroslav's weblog
+{% endblock %}
{% block header %}
- <h1>Yaroslav's weblog archive</h1>
+<h1>Yaroslav's weblog archive</h1>
{% endblock %}
{% block content %}
{% set section = get_section(path="weblog/_index.md") %}