aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/templates/base.html b/frontend/templates/base.html
index 62288f5..5a50f03 100644
--- a/frontend/templates/base.html
+++ b/frontend/templates/base.html
@@ -2,9 +2,10 @@
<html>
<head>
<title>{% block title %}Grumpy{% endblock %}</title>
+ <meta charset="utf-8"/>
+ <meta name="theme-color" content="#54487a"/>
<link rel="stylesheet" href="https://assets.gentoo.org/tyrian/bootstrap.min.css"/>
<link rel="stylesheet" href="https://assets.gentoo.org/tyrian/tyrian.min.css"/>
- <meta name="theme-color" content="#54487a"/>
</head>
<body>
<header>