mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
Added Word count
This commit is contained in:
parent
0fcdd40d53
commit
44e8e76e36
1 changed files with 3 additions and 4 deletions
|
@ -56,12 +56,11 @@
|
|||
</p>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Permalink }}
|
||||
<p class="copyright-item">
|
||||
<span>Link:</span>
|
||||
<span><a href={{ . }}>{{ . }}</span>
|
||||
<span>{{ i18n "Words" }}:</span>
|
||||
<span>{{ .WordCount }}</span>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.license }}
|
||||
<p class="copyright-item lincese">
|
||||
{{ . | safeHTML}}
|
||||
|
|
Loading…
Reference in a new issue