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 %}