From a4061c866a3659160ed3ce4264d0d5316c8c454b Mon Sep 17 00:00:00 2001 From: rscnt Date: Tue, 16 Jun 2015 01:05:47 -0600 Subject: [PATCH] templates: added meta description and block meta. Signed-off-by: rscnt --- templates/cms/ungleich.ch/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/cms/ungleich.ch/base.html b/templates/cms/ungleich.ch/base.html index a9efde66..7ca00c3d 100644 --- a/templates/cms/ungleich.ch/base.html +++ b/templates/cms/ungleich.ch/base.html @@ -27,7 +27,10 @@ {% endaddtoblock %} - + + + {% block meta %} + {% endblock %} {% render_block "external-css" %} {% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %}