Add default sharing buttons in theme style

This commit is contained in:
Djordje Atlialp 2020-07-02 12:40:06 +02:00
parent e059fd2e05
commit 342a59a473
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
7 changed files with 146 additions and 21 deletions

View file

@ -58,10 +58,10 @@
{{- end }}
</div>
{{- if .Site.Params.ShareButtons }}
{{- if .Site.Params.EnableSharingButtons }}
<hr />
<div id="sharebuttons" class="thin">
{{ partial "sharingbuttons.html" . }}
<div class="sharing-buttons">
{{ partial "sharing-buttons.html" . }}
</div>
{{- end }}