From 564bdf9e5f3a216415e33d122f1d1e139442f7e2 Mon Sep 17 00:00:00 2001 From: Goce Mitevski Date: Fri, 15 Sep 2017 15:40:22 +0200 Subject: [PATCH] Add Open Graph meta tags to meta block in blog.html --- .../theme/templates_main/ckanext_pages/blog.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ckanext/pages/theme/templates_main/ckanext_pages/blog.html b/ckanext/pages/theme/templates_main/ckanext_pages/blog.html index 6e43c67b..8581ff34 100644 --- a/ckanext/pages/theme/templates_main/ckanext_pages/blog.html +++ b/ckanext/pages/theme/templates_main/ckanext_pages/blog.html @@ -2,6 +2,17 @@ {% block bodytag %}{{ super() }} class="blog"{% endblock %} {% block subtitle %}{{ c.page.title }}{% endblock %} +{% block meta %} + + + + + + + +{{ super() }} +{% endblock %} + {% block toolbar %}