summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-21 21:02:11 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-21 21:02:11 +0200
commit71e70337901bf679c4405d88fe1d188294e873eb (patch)
treef059da240a92f017cd9f7138d3f3af702229f59b /src
parent8cdfd9ea1821fb8ef508804d1f395fe1da657ca6 (diff)
downloadwebsite-71e70337901bf679c4405d88fe1d188294e873eb.tar.xz
add favicon
Diffstat (limited to 'src')
-rw-r--r--src/templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 3c9db2f..56b9555 100644
--- a/src/templates/layout.html
+++ b/src/templates/layout.html
@@ -4,11 +4,12 @@
<meta charset="UTF-8">
<title>{{ title }}</title>
<link href="/~kyrias/style.css" rel="stylesheet">
+ <link rel="icon" type="image/png" href="https://theos.kyriasis.com/~kyrias/resources/glider.png" />
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Johannes Löthberg">
<link rel="me" href="https://theos.kyriasis.com/~kyrias/about.html"
title="Johannes Löthberg <johannes@kyriasis.com>">
-
{% block head %}{% endblock %}
</head>
<body itemscope itemtype="http://schema.org/WebPage">