From 9286a2b68546f968282eadf2c519ebef3def9b70 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 20 Apr 2020 16:07:59 +0300 Subject: style changes; landing page --- templates/weblog.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/weblog.html') diff --git a/templates/weblog.html b/templates/weblog.html index 7a6038b..43ebbdb 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -1,4 +1,7 @@ {% extends "base.html" %} +{% block header %} +

Yaroslav's weblog

+{% endblock %} {% block content %}
{% for post in paginator.pages %} -- cgit v1.2.3