From 06d887c08596800caa04fa552b246969841a36d5 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 22 May 2020 21:57:17 +1000 Subject: [PATCH] Add keep in touch footer to posts --- v2/templates/page.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/v2/templates/page.html b/v2/templates/page.html index e315dfb..957d285 100644 --- a/v2/templates/page.html +++ b/v2/templates/page.html @@ -40,5 +40,19 @@
{{ page.content | safe }}
+
+

+ + Comment + + + + + + Stay in touch! +

+

Follow me on Twitter or the Fediverse, subscribe to the feed, or send me an email. +

+
{% endblock %}