Add share buttons below post

This commit is contained in:
2022-04-30 21:23:45 -05:00
parent effd3a265b
commit 72ebcf134a
3 changed files with 78 additions and 1 deletions

View File

@ -32,6 +32,8 @@
{{ .Content }}
</div>
{{ partial "series-box.html" . }}
{{ if or .NextInSection .PrevInSection }}
<div class="prevnext">
{{ with .NextInSection }}
@ -62,7 +64,9 @@
</div>
{{ end }}
{{ partial "series-box.html" . }}
{{ if .Site.Params.shareButtons }}
{{ partial "share.html" . }}
{{ end }}
{{ $related := .Site.RegularPages.Related . | first 10 }}
{{ with $related }}