diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | custom/theme.scm | 3 | ||||
| -rw-r--r-- | images/favicon.png | bin | 0 -> 8266 bytes |
3 files changed, 6 insertions, 1 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..d5b97ed --- /dev/null +++ b/images/favicon.png |