diff --git a/suma_browser/templates/_types/post/_meta.html b/suma_browser/templates/_types/post/_meta.html index c4ef2ad..fc752d4 100644 --- a/suma_browser/templates/_types/post/_meta.html +++ b/suma_browser/templates/_types/post/_meta.html @@ -2,6 +2,9 @@ {# Context expected: site, post, request #} +{% if post is not defined %} + {% include 'social/meta_base.html' %} +{% else %} {# Visibility → robots #} {% set is_public = (post.visibility == 'public') %} @@ -122,3 +125,4 @@ +{% endif %}