templates/base.html: close meta tag

meta is a self-closing tag.
This commit is contained in:
nl6720 2024-04-28 12:41:36 +03:00 committed by Jelle van der Waa
parent 145e0f15e4
commit 8679a0c097

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="#08C">
<meta name="theme-color" content="#08C" />
<title>{% block title %}Arch Linux{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen" />
<link rel="icon" type="image/png" href="{% static "favicon.png" %}" />