diff --git a/config.yaml b/config.yaml index 3a7c0a2..d95a73f 100644 --- a/config.yaml +++ b/config.yaml @@ -47,3 +47,4 @@ params: gitea: https://git.chosto.me mail: mailto:quentinduchemin@tuta.io funkwhale: https://music.chosto.me/@Chosto/ + rss: https://blog.chosto.me/posts/index.xml diff --git a/themes/chosto/layouts/partials/navbar.html b/themes/chosto/layouts/partials/navbar.html index 223b36e..bceb92f 100644 --- a/themes/chosto/layouts/partials/navbar.html +++ b/themes/chosto/layouts/partials/navbar.html @@ -81,7 +81,7 @@
- {{ range (slice "mastodon" "funkwhale" "gitea" "github" "mail" )}} + {{ range (slice "rss" "mastodon" "funkwhale" "gitea" "github" "mail" )}} {{ $imageName := . }} {{ $imagePath := printf "img/%s.png" $imageName }} diff --git a/themes/chosto/static/img/rss.png b/themes/chosto/static/img/rss.png new file mode 100644 index 0000000..45ced34 Binary files /dev/null and b/themes/chosto/static/img/rss.png differ