diff --git a/layouts/index.html b/layouts/index.html
index b88a3b7..d5d30ea 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -22,20 +22,19 @@
Find me on other places
- {{ with .OutputFormats.Get "rss" }}
- RSS Feed
- {{- end -}}
-
{{ with .Site.Params.social.mastodon }}
Mastodon
{{- end -}}
-
- {{ with .Site.Params.social.gitea }}
- Repos on Gitea
+ {{ with .Site.Params.social.twitter }}
+ Twitter
{{- end -}}
- {{ with .Site.Params.social.gitlab }}
- Repos on GitLab
+ {{ with .Site.Params.social.git }}
+ Git Repos
+ {{- end -}}
+
+ {{ with .OutputFormats.Get "rss" }}
+ RSS
{{- end -}}
Latest Post