From 6557a074a50d28816af4c117768860f2ebe911d0 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Thu, 2 May 2019 16:46:55 -0400 Subject: Add a Favicon --- .gitignore | 4 +++- custom/theme.scm | 3 +++ images/favicon.png | Bin 0 -> 8266 bytes 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 images/favicon.png diff --git a/.gitignore b/.gitignore index 4e5117e..0f4bf1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ -/images/ +/images/* +!/images/favicon.png + /posts/ /site/ diff --git a/custom/theme.scm b/custom/theme.scm index a3bcbd3..ac6f2ac 100644 --- a/custom/theme.scm +++ b/custom/theme.scm @@ -73,6 +73,9 @@ (href "http://jakob.space/index.xml"))) (link (@ (rel "me") (href "https://mastodon.sdf.org/@jakob"))) + (link (@ (rel "icon") + (type "image/png") + (href "http://jakob.space/favicon.png"))) (title ,(string-append title " — " (site-title site))) ,(stylesheet "fonts") ,(stylesheet "highlight") diff --git a/images/favicon.png b/images/favicon.png new file mode 100644 index 0000000..d5b97ed Binary files /dev/null and b/images/favicon.png differ -- cgit v1.3