aboutsummaryrefslogtreecommitdiff
path: root/templates/weblog.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-04-20 16:07:59 +0300
committerYaroslav <contact@yaroslavps.com>2020-04-20 16:07:59 +0300
commit9286a2b68546f968282eadf2c519ebef3def9b70 (patch)
tree3b60619e4fa8c08c014cc07ba100d00f7b9c098d /templates/weblog.html
parent47e3ed66840f46c5cd56dd668ff1e8f7f1187b36 (diff)
downloadyaroslavps.com-9286a2b68546f968282eadf2c519ebef3def9b70.tar.gz
yaroslavps.com-9286a2b68546f968282eadf2c519ebef3def9b70.zip
style changes; landing page
Diffstat (limited to 'templates/weblog.html')
-rw-r--r--templates/weblog.html3
1 files changed, 3 insertions, 0 deletions
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 %}
+<h1>Yaroslav's weblog</h1>
+{% endblock %}
{% block content %}
<div class="posts-list">
{% for post in paginator.pages %}