Compare commits
No commits in common. "7bd98efe1546cf87610b7ad362bee21a87ed8d04" and "e9839679e648c0fc115888ef5c12135d94e838f5" have entirely different histories.
7bd98efe15
...
e9839679e6
1 changed files with 8 additions and 9 deletions
|
@ -22,20 +22,19 @@
|
|||
|
||||
<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.gitea }}
|
||||
<a class="btn" href="{{ . }}">Repos on Gitea</a>
|
||||
{{ with .Site.Params.social.twitter }}
|
||||
<a class="btn" href="{{ . }}">Twitter</a>
|
||||
{{- end -}}
|
||||
|
||||
{{ with .Site.Params.social.gitlab }}
|
||||
<a class="btn" href="{{ . }}">Repos on GitLab</a>
|
||||
{{ with .Site.Params.social.git }}
|
||||
<a class="btn" href="{{ . }}">Git Repos</a>
|
||||
{{- end -}}
|
||||
|
||||
{{ with .OutputFormats.Get "rss" }}
|
||||
<a class="btn" href="{{ .Permalink }}">RSS</a>
|
||||
{{- end -}}
|
||||
|
||||
<h2>Latest Post</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue