Add RSS feed (potentially incomplete, i.e. without cases)
parent
4bd65354fa
commit
ad30e31ba5
|
@ -47,3 +47,4 @@ params:
|
||||||
gitea: https://git.chosto.me
|
gitea: https://git.chosto.me
|
||||||
mail: mailto:quentinduchemin@tuta.io
|
mail: mailto:quentinduchemin@tuta.io
|
||||||
funkwhale: https://music.chosto.me/@Chosto/
|
funkwhale: https://music.chosto.me/@Chosto/
|
||||||
|
rss: https://blog.chosto.me/posts/index.xml
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<div class="level-left">
|
<div class="level-left">
|
||||||
<div class="level-item">
|
<div class="level-item">
|
||||||
<!-- Each item should have a corresponding assets/img/x.png and link in config.yaml -->
|
<!-- 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 := . }}
|
{{ $imageName := . }}
|
||||||
<!-- Get image and resize to logo size -->
|
<!-- Get image and resize to logo size -->
|
||||||
{{ $imagePath := printf "img/%s.png" $imageName }}
|
{{ $imagePath := printf "img/%s.png" $imageName }}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue