diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index bba6f4e..c3e052e 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -2,6 +2,10 @@ {% load pagination_tags %} +{% block meta %} + +{% endblock %} + {% block body-class %}{{ block.super }}{% if user.username == 'blog' %} blog{% endif %}{% endblock %} {% block page-title %}/ {% if public and not public_user %}public{% else %}{{ user.username }}{% endif %}{% if tag %} / {{ tag }}{% endif %} - {{ block.super }}{% endblock %} diff --git a/templates/base.html b/templates/base.html index da38029..b779e52 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,9 @@ {% block page-title %}Snipt{% endblock %} + + {% block meta %}{% endblock %} + {% compress css %} diff --git a/templates/pagination/pagination.html b/templates/pagination/pagination.html index f7709d5..a06046e 100644 --- a/templates/pagination/pagination.html +++ b/templates/pagination/pagination.html @@ -4,37 +4,37 @@