summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2024-10-05 13:45:39 +0200
committerWolfgang Müller2024-10-05 15:23:29 +0200
commitd5f1fc9264fdd35e521bdff0a5e1bbb9bf8722a6 (patch)
tree464bc2e8e57176438fc964022b1ba0936dc31556 /templates
parentb0f438f295483207e253e14c5b4856999d354e3d (diff)
downloadzunzuncito-d5f1fc9264fdd35e521bdff0a5e1bbb9bf8722a6.tar.gz
templates: Show page title before config.title
The page title is way more important than the title of the microblog, so make sure it gets prominent treatment.
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index ea70a47..ac19b26 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,7 @@
<html lang="en">
<head>
<title>
- {{ config.title ~ " · " ~ title }}
+ {{ title ~ " · " ~ config.title }}
</title>
<link rel="stylesheet" href="/style.css"/>
<link rel="icon" href="/icon.svg"/>