From 8acb898a2f2730e2a853c844f0e8b9bb2d690f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Fri, 24 Dec 2021 03:32:22 +0300 Subject: Huge html+css revamp * Plus added links to new photo gallery and donate page. * Title fix --- templates/base.html | 106 ++++++++++++++++++---------------------------------- 1 file changed, 37 insertions(+), 69 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 908e93c..efb1e7d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ {% block title %} - {{ config.title }} + Yaroslav de la Peña Smirnov {% endblock %} @@ -23,26 +23,18 @@
{% block page %} -
- {% block header %} -

Yaroslav de la Peña Smirnov

- {% endblock %} -
+
+ {% block header %} +

Yaroslav de la Peña Smirnov

+ {% endblock %} +
{% block content %} {% endblock %}