Compare commits

..

No commits in common. "7bd98efe1546cf87610b7ad362bee21a87ed8d04" and "e9839679e648c0fc115888ef5c12135d94e838f5" have entirely different histories.

View file

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