diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 617b7d1..324b3b7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -56,12 +56,11 @@
{{ end }} - {{ with .Permalink }}- Link: - {{ . }} + {{ i18n "Words" }}: + {{ .WordCount }}
- {{ end }} + {{ with .Site.Params.license }}{{ . | safeHTML}}