Add RSS feed (potentially incomplete, i.e. without cases)

master
Quentin Duchemin 2021-10-15 00:59:04 +02:00
parent 4bd65354fa
commit ad30e31ba5
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -81,7 +81,7 @@
<div class="level-left">
<div class="level-item">
<!-- Each item should have a corresponding assets/img/x.png and link in config.yaml -->
{{ range (slice "mastodon" "funkwhale" "gitea" "github" "mail" )}}
{{ range (slice "rss" "mastodon" "funkwhale" "gitea" "github" "mail" )}}
{{ $imageName := . }}
<!-- Get image and resize to logo size -->
{{ $imagePath := printf "img/%s.png" $imageName }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB