aboutsummaryrefslogtreecommitdiffstats
path: root/src/templ/base.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'src/templ/base.thtml')
-rw-r--r--src/templ/base.thtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templ/base.thtml b/src/templ/base.thtml
index 2d6b53a..dc647d7 100644
--- a/src/templ/base.thtml
+++ b/src/templ/base.thtml
@@ -7,7 +7,8 @@
<link rel="stylesheet" href="/styles/main.css">
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
- <title>{% block title %}{% endblock %}</title>
+ <title>{{article.title}}</title>
+ {% if article.keywords %}<meta name="keyword" content="{{article.keywords}}"/>{% endif %}
<meta charset="UTF-8" />
</head>
<body>