From f2c995b909ddb71389ae09283bcf849f8a53d603 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 27 Dec 2020 14:02:19 -0300 Subject: Add SVG favicon --- TODOs.org | 6 +- _includes/feed.atom | 2 +- _layouts/default.html | 1 + _layouts/slides.html | 1 + static/favicon.png | Bin 170 -> 0 bytes static/favicon.svg | 246 ++++++++++++++++++++++++++++++++++++++++++++++++++ torrent.html | 1 + 7 files changed, 255 insertions(+), 2 deletions(-) delete mode 100644 static/favicon.png create mode 100644 static/favicon.svg diff --git a/TODOs.org b/TODOs.org index 5870534..096cbf1 100644 --- a/TODOs.org +++ b/TODOs.org @@ -26,10 +26,14 @@ CLOSED: [2020-12-24 jeu. 14:10] :CUSTOM_ID: c41d11b0-4235-4e8c-8e2b-bbbec7ee5c0b :END: - State "TODO" from [2020-12-23 mer. 02:26] -** TODO Use SVG favicon +** DONE Use SVG favicon +CLOSED: [2020-12-27 dim. 14:00] :PROPERTIES: :CUSTOM_ID: 29f1bded-3a56-410b-933d-e6a11f47656a :END: +- State "DONE" from "TODO" [2020-12-27 dim. 14:00] \\ + Link (with == tag) to SVG favicon inside of == isntead of + converting from SVG to ICO. - State "TODO" from [2020-12-24 jeu. 10:36] Taken from https://news.ycombinator.com/item?id=25520655: 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 @@ {{ site.author.name | xml_escape }} 3 {{ site.author.email | xml_escape }} ({{ site.author.name | xml_escape }}) - {{ '/' | absolute_url | xml_escape }}static/favicon.png + {{ '/' | absolute_url | xml_escape }}static/favicon.svg {{ page.url | absolute_url | xml_escape }} {{ site.t[include.kind].feed.title }} diff --git a/_layouts/default.html b/_layouts/default.html index 441af23..dafb042 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,6 +2,7 @@ + diff --git a/_layouts/slides.html b/_layouts/slides.html index 93b84cb..c8bc4a1 100644 --- a/_layouts/slides.html +++ b/_layouts/slides.html @@ -2,6 +2,7 @@ + diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index c4deeff..0000000 Binary files a/static/favicon.png and /dev/null differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..73bb729 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/torrent.html b/torrent.html index 6e3e76e..4034e0c 100644 --- a/torrent.html +++ b/torrent.html @@ -2,6 +2,7 @@ + WebTorrent player - EuAndreh -- cgit v1.2.3