From f530c853c4dcdea50c89edcfaba2899f4fff86c1 Mon Sep 17 00:00:00 2001 From: Luca Chiricozzi Date: Tue, 30 Dec 2014 21:44:01 +0100 Subject: [PATCH] Relocated share buttons in the small layout --- templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index a1ba533..6e4753a 100644 --- a/templates/article.html +++ b/templates/article.html @@ -27,7 +27,6 @@

{{ article.title }}

-

{{ article.summary|striptags }}

{% if SHARE %} Share @@ -35,6 +34,7 @@ Share {% endif %} +

{{ article.summary|striptags }}

{{ article.content }}