From 4730d99213dec8bed4d8e40788872c2349322df4 Mon Sep 17 00:00:00 2001 From: Matt Chung Date: Tue, 1 Mar 2016 15:10:14 +0000 Subject: [PATCH] Fixed meta summary for twitter and facebook description Currently, the content for twitter/facebook description is HTML. This causes the page to render incorrectly on mobile devices. --- templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index e0a59f0..f4c62b9 100644 --- a/templates/article.html +++ b/templates/article.html @@ -4,11 +4,11 @@ - + - + {% endblock head %} {% block title %}{{ article.title }}{% endblock %}