From fb97ccb25b0b93570de4cf7c4326924290fbbec6 Mon Sep 17 00:00:00 2001 From: andis Date: Mon, 7 Dec 2020 12:00:29 +0000 Subject: [PATCH] meta tags post template --- fet2020/templates/layout.html | 2 ++ fet2020/templates/posts/show.html | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/fet2020/templates/layout.html b/fet2020/templates/layout.html index 1fa7b960..bfcfb388 100644 --- a/fet2020/templates/layout.html +++ b/fet2020/templates/layout.html @@ -9,6 +9,8 @@ FET + {% block extraheader %} + {% endblock %} diff --git a/fet2020/templates/posts/show.html b/fet2020/templates/posts/show.html index 11af2ef3..4c7bf96b 100644 --- a/fet2020/templates/posts/show.html +++ b/fet2020/templates/posts/show.html @@ -1,6 +1,15 @@ {% extends "layout.html" %} {% load post_helpers %} {% load admin_urls %} + + +{% block extraheader %} + + + + + +{% endblock %} {% block content %}