From d2d5c15b348cfa085f8d2f55e0c3b779e606266a Mon Sep 17 00:00:00 2001 From: Adam Sherman Date: Fri, 17 Feb 2017 10:08:14 -0500 Subject: [PATCH 1/2] New propery ADD_THIS_BELOW_ARTICLE Setting ADD_THIS_BELOW_ARTICLE will add the appropriate Add This
under each article, in order to display the sharing bar in-line. --- templates/article.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index de69a0c..0a94c84 100644 --- a/templates/article.html +++ b/templates/article.html @@ -49,7 +49,11 @@ {% if ADD_THIS_ID %} From 2cf7753b0fcae4bc676275094cc45e807a012b1a Mon Sep 17 00:00:00 2001 From: Adam Sherman Date: Sun, 19 Feb 2017 10:38:03 -0500 Subject: [PATCH 2/2] Corrected Add This div for new class --- templates/article.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/article.html b/templates/article.html index 0a94c84..59f51d5 100644 --- a/templates/article.html +++ b/templates/article.html @@ -49,13 +49,8 @@ {% if ADD_THIS_ID %} {% endif %}