🎉 (Home) Add button for scribbles
This commit is contained in:
parent
22ae1ffe3d
commit
3f863a8b8f
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
<a class="btn" href="{{ .Permalink }}">My projects</a>
|
<a class="btn" href="{{ .Permalink }}">My projects</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ with .Site.Params.social.scribbles }}
|
||||||
|
<a class="btn" href="{{ . }}">My scribbles</a>
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
<h4>Find me on other places</h3>
|
<h4>Find me on other places</h3>
|
||||||
|
|
||||||
{{ with .OutputFormats.Get "rss" }}
|
{{ with .OutputFormats.Get "rss" }}
|
||||||
|
|
Loading…
Reference in a new issue