diff options
-rw-r--r-- | _assets/favicon.png | bin | 256 -> 0 bytes | |||
-rw-r--r-- | _assets/favicon.svg | 3 | ||||
-rw-r--r-- | _layout/hair.html | 2 | ||||
-rw-r--r-- | _libs/fead/sources | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/_assets/favicon.png b/_assets/favicon.png deleted file mode 100644 index 54d0b0d..0000000 --- a/_assets/favicon.png +++ /dev/null Binary files differdiff --git a/_assets/favicon.svg b/_assets/favicon.svg new file mode 100644 index 0000000..5c88657 --- /dev/null +++ b/_assets/favicon.svg @@ -0,0 +1,3 @@ +<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'> + <circle cx='256' cy='256' r='256' fill='#436e58'/> +</svg> diff --git a/_layout/hair.html b/_layout/hair.html index 07821e4..50fc888 100644 --- a/_layout/hair.html +++ b/_layout/hair.html @@ -5,5 +5,5 @@ <meta name=viewport content='width=device-width, initial-scale=1'> <link rel='alternate' type='application/rss+xml' title='{{website_title}}' href='/{{ispage /tag/*}}tag/{{fd_tag}}/{{end}}{{rss_file}}.xml'> -<link rel='icon' href='/assets/favicon.png'> +<link rel='icon' href='/assets/favicon.svg'> <link rel=stylesheet href=/css/style.css> diff --git a/_libs/fead/sources b/_libs/fead/sources index 9c8d41d..ea1fa7f 100644 --- a/_libs/fead/sources +++ b/_libs/fead/sources @@ -9,7 +9,6 @@ https://danct12.github.io/feed.xml https://harihareswara.net/atom https://jvns.ca/atom.xml https://matt.might.net/articles/feed.rss -https://mitchellh.com/feed.xml https://pgjones.dev/blog/rss20.xml https://reversed.top/feed.xml https://seirdy.one/posts/atom.xml |