Compare commits

...

2 Commits

Author SHA1 Message Date
Marcel Kapfer 7bd98efe15
Added gitea link and reorder "other places" 2020-08-29 11:58:13 +02:00
Marcel Kapfer 31677d8cb1
Removed Twitter link 2020-08-29 11:57:46 +02:00
1 changed files with 9 additions and 8 deletions

View File

@ -22,19 +22,20 @@
<h3>Find me on other places</h3>
{{ with .OutputFormats.Get "rss" }}
<a class="btn" href="{{ .Permalink }}">RSS Feed</a>
{{- end -}}
{{ with .Site.Params.social.mastodon }}
<a class="btn" href="{{ . }}">Mastodon</a>
{{- end -}}
{{ with .Site.Params.social.twitter }}
<a class="btn" href="{{ . }}">Twitter</a>
{{ with .Site.Params.social.gitea }}
<a class="btn" href="{{ . }}">Repos on Gitea</a>
{{- end -}}
{{ with .Site.Params.social.git }}
<a class="btn" href="{{ . }}">Git Repos</a>
{{- end -}}
{{ with .OutputFormats.Get "rss" }}
<a class="btn" href="{{ .Permalink }}">RSS</a>
{{ with .Site.Params.social.gitlab }}
<a class="btn" href="{{ . }}">Repos on GitLab</a>
{{- end -}}
<h2>Latest Post</h2>