diff options
author | EuAndreh <eu@euandre.org> | 2020-12-27 14:02:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-27 14:02:19 -0300 |
commit | f2c995b909ddb71389ae09283bcf849f8a53d603 (patch) | |
tree | 08d842c59b4dacaee6f8a0bc6924d093c7abf5ae /_includes | |
parent | sitemap.xml: Simplify generation of sitemap.xml, include all collections (diff) | |
download | euandre.org-f2c995b909ddb71389ae09283bcf849f8a53d603.tar.gz euandre.org-f2c995b909ddb71389ae09283bcf849f8a53d603.tar.xz |
Add SVG favicon
Diffstat (limited to '')
-rw-r--r-- | _includes/feed.atom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/feed.atom b/_includes/feed.atom index 007032f..f28ef45 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -20,7 +20,7 @@ <author>{{ site.author.name | xml_escape }} 3</author> <webMaster>{{ site.author.email | xml_escape }} ({{ site.author.name | xml_escape }})</webMaster> <image> - <url>{{ '/' | absolute_url | xml_escape }}static/favicon.png</url> + <url>{{ '/' | absolute_url | xml_escape }}static/favicon.svg</url> <link>{{ page.url | absolute_url | xml_escape }}</link> <title>{{ site.t[include.kind].feed.title }}</title> </image> |