Reorder navbar icons

master
Quentin Duchemin 2021-05-27 03:04:34 +02:00
parent 52a09513bb
commit 6c96092c83
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,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 "github" "mastodon" "gitea" "mail" "funkwhale" )}}
{{ range (slice "mastodon" "funkwhale" "gitea" "github" "mail" )}}
{{ $imageName := . }}
<!-- Get image and resize to logo size -->
{{ $imagePath := printf "img/%s.png" $imageName }}