From 7d71c13bbdbe5acf524f9506399c815b82f21af2 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sun, 28 Apr 2024 12:41:36 +0300 Subject: [PATCH] templates/base.html: close meta tag meta is a self-closing tag. --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 7dfedd1a..03392a69 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - + {% block title %}Arch Linux{% endblock %}