mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
add ability to disbale share on certain pages
add disableShare = true in page params --- disableShare: true ---
This commit is contained in:
parent
f392195b18
commit
7f7d8cfb22
@ -36,7 +36,7 @@
|
||||
{{- end }}
|
||||
</ul>
|
||||
{{- end }}
|
||||
{{ if .Site.Params.ShowShareButtons }}
|
||||
{{ if (and .Site.Params.ShowShareButtons (ne .Params.disableShare true) ) }}
|
||||
{{ partial "share-icons.html" . }}
|
||||
{{ end }}
|
||||
</footer>
|
||||
|
Loading…
Reference in New Issue
Block a user