diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-04 01:20:40 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-04 01:20:40 +0300 |
commit | 44db1be546887b375db3543c6fe059fdaaa1a06d (patch) | |
tree | 9d517aabd14251f7af82ffcad8ad5b4ac9bd1884 /templates/archive.html | |
parent | 819ca6773d2b05624f448a234b6734380914cfaa (diff) | |
download | yaroslavps.com-44db1be546887b375db3543c6fe059fdaaa1a06d.tar.gz yaroslavps.com-44db1be546887b375db3543c6fe059fdaaa1a06d.zip |
template fixes
Diffstat (limited to 'templates/archive.html')
-rw-r--r-- | templates/archive.html | 5 |
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") %} |