aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/base.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-11-24 14:00:26 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-11-24 21:13:14 +0100
commit1a0fa2ffc38721835a26f05d7887634a80a66c3e (patch)
treebc51a33997d8de51d64598307f6ffb38fc15568b /crumbs/templates/base.html
parent7385bdb50fd815060a89a1a2b9fe890d63a58c47 (diff)
Adding metatags to the articles template
Diffstat (limited to 'crumbs/templates/base.html')
-rw-r--r--crumbs/templates/base.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/crumbs/templates/base.html b/crumbs/templates/base.html
index dd8226d..43eab3a 100644
--- a/crumbs/templates/base.html
+++ b/crumbs/templates/base.html
@@ -1,9 +1,13 @@
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
- {% block head %}
- {% endblock head %}
-
+ <head>
+ {% block metatags %}
+ {% endblock %}
+ {% block head %}
+ {% endblock %}
+ </head>
+
{% block body %}
<body>
<div class="container">