diff --git a/templates/base.html b/templates/base.html index 4850b83..dc70a5a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,7 @@ {% set title = "NO TITLE SET" %} {% set description = "" %} {% set is_article = false %} +{% set is_post = false %} {% set feature_flags = [] %} {% set redirect_target = "" %} {% set announcement = "" %} diff --git a/templates/components/footer.html b/templates/components/footer.html index c15a01a..c6f5c15 100644 --- a/templates/components/footer.html +++ b/templates/components/footer.html @@ -5,7 +5,7 @@