Reorder navbar icons
parent
52a09513bb
commit
6c96092c83
|
@ -81,7 +81,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 "github" "mastodon" "gitea" "mail" "funkwhale" )}}
|
{{ range (slice "mastodon" "funkwhale" "gitea" "github" "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