diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
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"/> |