From 5bf17f5fdc1fe706449543ca953904b5cbb15457 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 27 Jul 2018 09:12:19 +0100 Subject: [PATCH] Add share links to bottom of some pages --- templates/blog/blog_page.html | 2 ++ templates/common/share-links.html | 9 +++++++++ templates/pages/simple_content_page.html | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 templates/common/share-links.html diff --git a/templates/blog/blog_page.html b/templates/blog/blog_page.html index 9a06fbc..0eba0d7 100644 --- a/templates/blog/blog_page.html +++ b/templates/blog/blog_page.html @@ -6,6 +6,8 @@
{% include "common/content.html" %} + + {% include "common/share-links.html" %}
{% endblock %} diff --git a/templates/common/share-links.html b/templates/common/share-links.html new file mode 100644 index 0000000..831c4e3 --- /dev/null +++ b/templates/common/share-links.html @@ -0,0 +1,9 @@ +
+ Share this page +

+ + + + +

+
diff --git a/templates/pages/simple_content_page.html b/templates/pages/simple_content_page.html index 9a06fbc..0eba0d7 100644 --- a/templates/pages/simple_content_page.html +++ b/templates/pages/simple_content_page.html @@ -6,6 +6,8 @@
{% include "common/content.html" %} + + {% include "common/share-links.html" %}
{% endblock %}