meta in blog details
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-10 16:41:56 +01:00
parent 9c0d959181
commit a2eaa3f4b4
4 changed files with 17 additions and 8 deletions

View File

@@ -1,5 +1,11 @@
{% extends 'base.html' %}
{% block meta %}
<title>{{ Data.details.date|datum }} {{ Data.details.title }}</title>
<meta name="description" content="{{ Data.details.teaser }}" />
<meta name="keywords" content="{{ Meta.Keywords }}" />
{% endblock meta %}
{% block part0 %}
<h1>
{{ Data.details.title }}