From a94c1ad94e33072b753c73fbb7b9d552898a6f88 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 22 May 2013 12:14:31 +0530 Subject: [PATCH] [website] [fix] explicitly pass meta description --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index cfba1a5ca0..c40226389f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,8 +12,8 @@ - {% if description -%} - + {% if meta_description -%} + {%- endif %} {% block header -%} {%- endblock %}