From f2c995b909ddb71389ae09283bcf849f8a53d603 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sun, 27 Dec 2020 14:02:19 -0300
Subject: Add SVG favicon

---
 _includes/feed.atom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '_includes')

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>
-- 
cgit v1.2.3