commit: d69d500d50aa8b22247bb341a9f82c5cde5347ae
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 07:18:12 2016 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 07:18:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=d69d500d
frontend: Add meta charset=utf-8 head tag
frontend/templates/base.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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>