diff --git a/website/blog/templates/blog/blog_post_page.html b/website/blog/templates/blog/blog_post_page.html index f6f2a2b..3b0c1fb 100644 --- a/website/blog/templates/blog/blog_post_page.html +++ b/website/blog/templates/blog/blog_post_page.html @@ -1,11 +1,11 @@ {% extends "common/content_page.html" %} -{% load wagtail_cache %} +{% load wagtail_cache navbar_tags %} {% block post_content %} - {{ block.super }} - {% if not request.is_preview %} + {% include "common/shareon.html" %} + {% wagtailpagecache FRAGMENT_CACHE_TTL "similar-content" %}

Similar content

@@ -22,5 +22,11 @@
{% endwagtailpagecache %} + + {% include "common/comments.html" %} + + {% if not request.user.is_authenticated %} + {% support_pill %} + {% endif %} {% endif %} {% endblock %}