diff --git a/templates/pages/profile/p_user_profile.html b/templates/pages/profile/p_user_profile.html index c877d36..ccbb04d 100644 --- a/templates/pages/profile/p_user_profile.html +++ b/templates/pages/profile/p_user_profile.html @@ -13,6 +13,14 @@ {% block meta %} {# #} + + {% block default_meta_description %} + + {% endblock %} + + + diff --git a/templates/tb_base.html b/templates/tb_base.html index 15ab4f3..5b58b3b 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -9,7 +9,11 @@ {# #} - + {% if page.description %} + + {% else %} + {% block default_meta_description %}{% endblock %} + {% endif %} {% webpush_header %}