🔥 (Home) Remove button for scribbles
This commit is contained in:
parent
3f863a8b8f
commit
a27b27c3b9
1 changed files with 2 additions and 6 deletions
|
@ -20,10 +20,6 @@
|
|||
<a class="btn" href="{{ .Permalink }}">My projects</a>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.social.scribbles }}
|
||||
<a class="btn" href="{{ . }}">My scribbles</a>
|
||||
{{- end -}}
|
||||
|
||||
<h4>Find me on other places</h3>
|
||||
|
||||
{{ with .OutputFormats.Get "rss" }}
|
||||
|
@ -34,8 +30,8 @@
|
|||
<a class="btn" href="{{ . }}">Mastodon</a>
|
||||
{{- end -}}
|
||||
|
||||
{{ with .Site.Params.social.gitea }}
|
||||
<a class="btn" href="{{ . }}">Repos on Gitea</a>
|
||||
{{ with .Site.Params.social.forgejo }}
|
||||
<a class="btn" href="{{ . }}">Repos on Forgejo</a>
|
||||
{{- end -}}
|
||||
|
||||
{{ with .Site.Params.social.gitlab }}
|
||||
|
|
Loading…
Reference in a new issue