From bdb2524cd535aa3bfde9235e18d1535eb612f41b Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Sun, 14 Jan 2018 15:02:42 -0800 Subject: [PATCH 1/1] Reddit share button --- theme/templates/article.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/theme/templates/article.html b/theme/templates/article.html index 6869f3f..2c2c4f8 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -26,10 +26,14 @@ -

- - -

+

+ + + + + + +

{% if DISQUS_SITENAME %}
@@ -46,4 +50,4 @@
{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} -- 2.17.1