aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-10 03:37:16 +0300
committerValentin Popov <valentin@popov.link>2022-11-10 03:37:57 +0300
commit9daec34648ec5e2c1ad1fd07dde4baabe5e79d2b (patch)
tree8e200ee90b2f141488c9bafdacbd5ba03534177c /templates
parentac8c59793627c5d954673cb022eaad9c514fe638 (diff)
downloadpopov.link-9daec34648ec5e2c1ad1fd07dde4baabe5e79d2b.tar.xz
popov.link-9daec34648ec5e2c1ad1fd07dde4baabe5e79d2b.zip
Updated base.html
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 14e6007..f36940f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -7,16 +7,17 @@
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
- {% block rss %}
<!-- RSS -->
+ {% block rss %}
<link href="{{ get_url(path='atom.xml', trailing_slash=false) | trim }}" rel="alternate" title="RSS" type="application/atom+xml" />
{% endblock %}
- {% include 'includes/title.html' %}
-
<!-- CSS -->
{% set css = load_data(path='styles.css', format='plain') %}
<style>{{ css | safe }}</style>
+
+ <!-- Title -->
+ {% include 'includes/title.html' %}
</head>
<body>