Remove GH
parent
3879cf27f1
commit
3a9f86f4a6
|
@ -53,7 +53,6 @@ module:
|
|||
target: assets
|
||||
|
||||
params:
|
||||
github: https://github.com/Chostakovitch
|
||||
mastodon: https://framapiaf.org/@chosto
|
||||
gitea: https://git.chosto.me
|
||||
mail: mailto:quentinduchemin@tuta.io
|
||||
|
|
|
@ -80,7 +80,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 "rss" "mastodon" "peertube" "funkwhale" "gitea" "github" "mail" )}}
|
||||
{{ range (slice "rss" "mastodon" "peertube" "funkwhale" "gitea" "mail" )}}
|
||||
{{ $imageName := . }}
|
||||
<!-- Get image and resize to logo size -->
|
||||
{{ $imagePath := printf "img/%s.png" $imageName }}
|
||||
|
|
Loading…
Reference in New Issue