commit
e88ee9d2af
2 changed files with 10 additions and 0 deletions
3
layouts/partials/sharingbuttons.html
Normal file
3
layouts/partials/sharingbuttons.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!--
|
||||
Placeholder for Sharebuttons, if you want to use it just create partials/sharingbuttons.html with generated one from https://sharingbuttons.io/ and add custom css in /static/style.css
|
||||
-->
|
|
@ -58,6 +58,13 @@
|
|||
{{- end }}
|
||||
</div>
|
||||
|
||||
{{- if .Site.Params.ShareButtons }}
|
||||
<hr />
|
||||
<div id="sharebuttons" class="thin">
|
||||
{{ partial "sharingbuttons.html" . }}
|
||||
</div>
|
||||
{{- end }}
|
||||
|
||||
{{ if and (not $.Site.Params.DisableReadOtherPosts) (or .NextInSection .PrevInSection) }}
|
||||
<div class="pagination">
|
||||
<div class="pagination__title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue