From 98cd5a598611642a9cb5c3c0fd378cb803f7ec0f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 21 Oct 2014 20:53:24 +0200 Subject: add glider as favicon --- Makefile | 2 +- src/glider.png | Bin 0 -> 724 bytes src/templates/layout.html | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/glider.png 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 Binary files /dev/null and b/src/glider.png 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 @@ + {% block head %}{% endblock %} -- cgit v1.2.3-54-g00ecf