summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-21 20:53:24 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-21 20:53:24 +0200
commit98cd5a598611642a9cb5c3c0fd378cb803f7ec0f (patch)
tree32c4a18ae3899a86486ecf373cd2e34a04078dc0
parent83181a5488d70b5b9e62346eed3243334c02f91f (diff)
downloadtheos-website-98cd5a598611642a9cb5c3c0fd378cb803f7ec0f.tar.xz
add glider as favicon
-rw-r--r--Makefile2
-rw-r--r--src/glider.pngbin0 -> 724 bytes
-rw-r--r--src/templates/layout.html1
3 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5fd4e32..6d0cbff 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CSS := style.css
WELLKNOWN := $(addprefix .well-known/, keybase.txt)
FILES := $(HTML) $(CSS) robots.txt sitemap.xml sitemap1.xml \
- $(WELLKNOWN)
+ $(WELLKNOWN) glider.png
site: build/.well-known/ $(addprefix build/, $(FILES))
diff --git a/src/glider.png b/src/glider.png
new file mode 100644
index 0000000..fd3a86f
--- /dev/null
+++ b/src/glider.png
Binary files differ
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>