diff --git a/data/social.yml b/data/social.yml index bd2a3dc..ca8e6b9 100644 --- a/data/social.yml +++ b/data/social.yml @@ -120,13 +120,9 @@ accounts: link: https://matrix.to/#/@jake:theorangeone.net icon: fas fa-project-diagram -footer_accounts: + +notable_accounts: - github - twitter - self-hosted-gitlab - reddit - -navbar_accounts: - - github - - twitter - - self-hosted-gitlab diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d623358..9e19dd7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -13,7 +13,7 @@

- {{ range .Site.Data.social.footer_accounts }} + {{ range .Site.Data.social.notable_accounts }} {{ $account := index $.Site.Data.social.accounts . }} {{ end }} diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 6fe9e47..bf7742b 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -31,7 +31,7 @@ {{ end }} - {{ range .Site.Data.social.navbar_accounts }} + {{ range .Site.Data.social.notable_accounts }} {{ $account := index $.Site.Data.social.accounts . }}