From 3a9f86f4a66e5d29dcb18728e3e8987cbe30a7c6 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 18 Nov 2022 02:01:24 +0100 Subject: [PATCH] Remove GH --- config.yaml | 1 - themes/chosto/layouts/partials/navbar.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 612c1a4..c929c19 100644 --- a/config.yaml +++ b/config.yaml @@ -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 diff --git a/themes/chosto/layouts/partials/navbar.html b/themes/chosto/layouts/partials/navbar.html index 62123ea..aa341c0 100644 --- a/themes/chosto/layouts/partials/navbar.html +++ b/themes/chosto/layouts/partials/navbar.html @@ -80,7 +80,7 @@
- {{ range (slice "rss" "mastodon" "peertube" "funkwhale" "gitea" "github" "mail" )}} + {{ range (slice "rss" "mastodon" "peertube" "funkwhale" "gitea" "mail" )}} {{ $imageName := . }} {{ $imagePath := printf "img/%s.png" $imageName }}