From 2951a2e832448b6284a704d0f22e57643a85539d Mon Sep 17 00:00:00 2001 From: TriMill Date: Mon, 27 Feb 2023 23:33:56 -0500 Subject: [PATCH] make the validator happier --- flaskr/templates/_base.html | 45 +++++++++++++++++-------------------- flaskr/templates/blog.html | 4 ++-- flaskr/templates/index.html | 14 ++++++------ 3 files changed, 30 insertions(+), 33 deletions(-) diff --git a/flaskr/templates/_base.html b/flaskr/templates/_base.html index 331cbc5..52f5bca 100644 --- a/flaskr/templates/_base.html +++ b/flaskr/templates/_base.html @@ -1,23 +1,23 @@ - - + + {{ meta.title }} - - - - - + + + + + - - - - - + + + + + - + - - - {% block head %} {% endblock %} @@ -41,19 +38,19 @@ Blog™ · - + {% if theme == "dark" %} - + Dark theme {% elif theme == "light" %} - + Light theme {% elif theme == "special" %} - - transform="translate(0 1)" /> + + transform="translate(0 1)"> Ocular apiation occuring, do not close page until eyes have been apiated to completion. {% else %} - + System default theme {% endif %} @@ -62,14 +59,14 @@

{{ meta.title }}

-
+
{% endif %}
{% block content %}{% endblock %}
{% if meta.fullscreen != True %} -
+
{% block footer_content %}{% endblock %}