summaryrefslogtreecommitdiff
path: root/src/templates/header.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/header.tmpl')
-rw-r--r--src/templates/header.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/header.tmpl b/src/templates/header.tmpl
index 433b130..e92da4a 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"/>
@@ -8,6 +8,6 @@
<link href="/s/css/katex.css" rel="stylesheet"/>
</noscript>
<script src="/s/js/main.js" defer></script>
- <meta name= "description" content="ache: {{ description }} " />
+ <meta name= "description" content="{{ description }} " />
<link rel="alternate" type="application/rss+xml" href="/rss.xml">
</head>