mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-01 15:28:23 -04:00
add Share Buttons
use Params.ShowShareButtons = true credits : https://www.iconfinder.com/iconsets/social-media-rounded-corners License: Free for commercial use
This commit is contained in:
parent
1329075c61
commit
e0b08519c9
3 changed files with 73 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
<li><a href="{{ $href }}">{{ . }}</a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{ if .Site.Params.ShowShareButtons }}
|
||||
{{ partial "share-icons.html" . }}
|
||||
{{ end }}
|
||||
</footer>
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue