From 0949b2fe4f54f74bf880c2034f6fc3a7d15b7cef Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 27 Sep 2025 15:56:24 -0300 Subject: [PATCH] add meta description --- templates/base.html | 2 ++ templates/index.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/templates/base.html b/templates/base.html index 5d8c1be..e907512 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,8 @@ {% block title %} Warthunder Leak Counter {% endblock %} + {% block meta %} + {% endblock %}
diff --git a/templates/index.html b/templates/index.html index 5752521..1088a20 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,6 +4,10 @@ Days since last Warthunder leak {% endblock %} +{% block meta %} + +{% endblock %} + {% block content %}