Added Word count

This commit is contained in:
Giuseppe Pignataro
2019-02-03 18:42:55 +01:00
parent 0fcdd40d53
commit 44e8e76e36

View File

@@ -56,12 +56,11 @@
</p> </p>
{{ end }} {{ end }}
{{ with .Permalink }}
<p class="copyright-item"> <p class="copyright-item">
<span>Link:</span> <span>{{ i18n "Words" }}:</span>
<span><a href={{ . }}>{{ . }}</span> <span>{{ .WordCount }}</span>
</p> </p>
{{ end }}
{{ with .Site.Params.license }} {{ with .Site.Params.license }}
<p class="copyright-item lincese"> <p class="copyright-item lincese">
{{ . | safeHTML}} {{ . | safeHTML}}