summaryrefslogtreecommitdiff
path: root/src/templates/header.tmpl
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 10:59:02 +0200
committerache <ache@ache.one>2023-08-11 10:59:02 +0200
commit46dc25f1aa47e4c8e78a2b63094845036a3f493a (patch)
treea6b59f778e9825e67e0d5302a5602505e9254d5a /src/templates/header.tmpl
parentTypo i18n (diff)
Improve SEO: basis
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 6085192..e92da4a 100644
--- a/src/templates/header.tmpl
+++ b/src/templates/header.tmpl
@@ -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>