Skip to content

Commit

Permalink
templates/base.html: close meta tag
Browse files Browse the repository at this point in the history
meta is a self-closing tag.
  • Loading branch information
nl6720 authored and jelly committed Apr 28, 2024
1 parent 145e0f1 commit 8679a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}" />
Expand Down

0 comments on commit 8679a0c

Please sign in to comment.