diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-21 20:53:24 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-21 20:53:24 +0200 |
commit | 98cd5a598611642a9cb5c3c0fd378cb803f7ec0f (patch) | |
tree | 32c4a18ae3899a86486ecf373cd2e34a04078dc0 /src/templates/layout.html | |
parent | 83181a5488d70b5b9e62346eed3243334c02f91f (diff) | |
download | theos-website-98cd5a598611642a9cb5c3c0fd378cb803f7ec0f.tar.xz |
add glider as favicon
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 22625f5..8efcc78 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -6,6 +6,7 @@ <link href="style.css" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Johannes Löthberg"> + <link rel="icon" type="image/png" href="https://theos.kyriasis.com/glider.png" /> {% block head %}{% endblock %} </head> |