diff --git a/www/conservancy/templates/blog/entry_detail.html b/www/conservancy/templates/blog/entry_detail.html index 36e9e1b05765afcb9b35d78c1eab46e22006fe41..48470d9657efc32aa096dc98e2b58aac7097e33e 100644 --- a/www/conservancy/templates/blog/entry_detail.html +++ b/www/conservancy/templates/blog/entry_detail.html @@ -9,6 +9,9 @@ {% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %} {% block content %} + {% include "blog/entry_partial.html" with entry=object htag="h2" only %}