From b9c0f8368f318c4bdd6ca737fd542a04f30fde5f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Dec 2020 18:20:48 -0300 Subject: Use PNG favicon on Atom feed and audio file metadata --- _includes/feed.atom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/feed.atom') 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 @@ {{ site.author.name | xml_escape }} 3 {{ site.author.email | xml_escape }} ({{ site.author.name | xml_escape }}) - {{ '/' | absolute_url | xml_escape }}static/favicon.svg + {{ '/' | absolute_url | xml_escape }}static/favicon.png {{ page.url | absolute_url | xml_escape }} {{ site.t[include.kind].feed.title[include.lang] }} -- cgit v1.2.3