Added share post feature

Added the possibility to activate the share option
This commit is contained in:
Giuseppe Pignataro
2019-03-14 11:16:11 +01:00
parent c87fb009e1
commit c94e9dcc4d
2 changed files with 37 additions and 0 deletions

View File

@@ -60,6 +60,13 @@
<span>{{ i18n "Words" }}:</span>
<span>{{ .WordCount }}</span>
</p>
<div class = "post-share">
{{ if $.Param "socialShare" }}
<span>{{ i18n "Share" }}:</span>
<span>{{ partial "share-links" . }}</span>
</div>
{{ end }}
{{ with .Site.Params.license }}
<p class="copyright-item lincese">