summaryrefslogtreecommitdiff
path: root/src/templates/header.tmpl
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-04-22 00:08:23 +0200
committerache <ache@ache.one>2023-04-22 00:08:23 +0200
commite089388ab53d8e015f0cc997b3cee0fb1d62bca6 (patch)
tree677567c50de3cfa03bcd383ac558a980d4412bc5 /src/templates/header.tmpl
parentReplace the mamooth (diff)
Support for multilang
Diffstat (limited to 'src/templates/header.tmpl')
-rw-r--r--src/templates/header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/header.tmpl b/src/templates/header.tmpl
index 433b130..6085192 100644
--- a/src/templates/header.tmpl
+++ b/src/templates/header.tmpl
@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8" />
- <title>{{ title }}</title>
+ <title>{{ page_title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href="{{{ canonical }}}"/>
<link href="/s/css/style.css" rel="stylesheet"/>