Remove GH

master
Quentin Duchemin 2022-11-18 02:01:24 +01:00
parent 3879cf27f1
commit 3a9f86f4a6
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 1 additions and 2 deletions

View File

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

View File

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