aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-07 08:02:56 +0300
committerValentin Popov <valentin@popov.link>2022-11-07 08:02:56 +0300
commitbeba3e1871b72c869995dc2f548b2394809b7e84 (patch)
treed6fe7be42917c47e8f3ab0c02f9aa55ab242d271 /templates
parentdb249c4ebfaa4ff0d5bf9d1e18d57c6a7eac30b1 (diff)
downloadpopov.link-beba3e1871b72c869995dc2f548b2394809b7e84.tar.xz
popov.link-beba3e1871b72c869995dc2f548b2394809b7e84.zip
Updated site name
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 23c50da..4f3f436 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,7 +15,7 @@
<link href="{{ get_url(path='atom.xml', trailing_slash=false) | safe }}" rel="alternate" title="RSS" type="application/atom+xml" />
{% endblock %}
- <title>Valentine's website</title>
+ <title>{{ config.title | safe }}</title>
</head>
<body>
@@ -35,4 +35,4 @@
</article>
</body>
-</html> \ No newline at end of file
+</html>