diff --git a/templates/index.html b/templates/index.html index cffa90c..ee1b829 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,17 @@ {% extends "after-dark/templates/index.html" %} {% block extra_head %} + + + + +{% block meta_content %} + + + +{% endblock meta_content %} + {% endblock %} \ No newline at end of file diff --git a/templates/page.html b/templates/page.html index eb404d6..1c49205 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,4 +3,16 @@ -{% endblock %} \ No newline at end of file +{% endblock %} + +{% block meta_content %} +{% if page.title %} + +{% else %} + +{% endif %} +{% if page.description %} + + +{% endif %} +{% endblock meta_content %} \ No newline at end of file