From 31677d8cb10d3c8636d6dd11da4f964d8e50e8e4 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 29 Aug 2020 11:57:46 +0200 Subject: [PATCH 1/2] Removed Twitter link --- layouts/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index d5d30ea..a131fb4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -25,9 +25,6 @@ {{ with .Site.Params.social.mastodon }} Mastodon {{- end -}} - {{ with .Site.Params.social.twitter }} - Twitter - {{- end -}} {{ with .Site.Params.social.git }} Git Repos From 7bd98efe1546cf87610b7ad362bee21a87ed8d04 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 29 Aug 2020 11:58:13 +0200 Subject: [PATCH 2/2] Added gitea link and reorder "other places" --- layouts/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index a131fb4..b88a3b7 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -22,16 +22,20 @@

Find me on other places

+ {{ with .OutputFormats.Get "rss" }} + RSS Feed + {{- end -}} + {{ with .Site.Params.social.mastodon }} Mastodon {{- end -}} - {{ with .Site.Params.social.git }} - Git Repos + {{ with .Site.Params.social.gitea }} + Repos on Gitea {{- end -}} - {{ with .OutputFormats.Get "rss" }} - RSS + {{ with .Site.Params.social.gitlab }} + Repos on GitLab {{- end -}}

Latest Post