Remove GH
parent
3879cf27f1
commit
3a9f86f4a6
|
@ -53,7 +53,6 @@ module:
|
||||||
target: assets
|
target: assets
|
||||||
|
|
||||||
params:
|
params:
|
||||||
github: https://github.com/Chostakovitch
|
|
||||||
mastodon: https://framapiaf.org/@chosto
|
mastodon: https://framapiaf.org/@chosto
|
||||||
gitea: https://git.chosto.me
|
gitea: https://git.chosto.me
|
||||||
mail: mailto:quentinduchemin@tuta.io
|
mail: mailto:quentinduchemin@tuta.io
|
||||||
|
|
|
@ -80,7 +80,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 "rss" "mastodon" "peertube" "funkwhale" "gitea" "github" "mail" )}}
|
{{ range (slice "rss" "mastodon" "peertube" "funkwhale" "gitea" "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 }}
|
||||||
|
|
Loading…
Reference in New Issue