diff options
author | EuAndreh <eu@euandre.org> | 2020-12-28 18:20:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-28 18:20:48 -0300 |
commit | b9c0f8368f318c4bdd6ca737fd542a04f30fde5f (patch) | |
tree | fde871433ffc7c207d8f5ba9ffbcfd8fda475188 /_includes | |
parent | Remove favicon.ico (diff) | |
download | euandre.org-b9c0f8368f318c4bdd6ca737fd542a04f30fde5f.tar.gz euandre.org-b9c0f8368f318c4bdd6ca737fd542a04f30fde5f.tar.xz |
Use PNG favicon on Atom feed and audio file metadata
Diffstat (limited to '_includes')
-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 49e42f2..628cd2c 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.svg</url> + <url>{{ '/' | absolute_url | xml_escape }}static/favicon.png</url> <link>{{ page.url | absolute_url | xml_escape }}</link> <title>{{ site.t[include.kind].feed.title[include.lang] }}</title> </image> |