diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/post/copyright.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/layouts/partials/post/copyright.html b/layouts/partials/post/copyright.html index 0768d36..208aeee 100644 --- a/layouts/partials/post/copyright.html +++ b/layouts/partials/post/copyright.html @@ -21,8 +21,8 @@      </p>      {{- end }}    {{- end }} -  <p class="copyright-item lincese"> -    <span class="item-title">{{ $lang.copyright.lincese }}: </span> +  <p class="copyright-item license"> +    <span class="item-title">{{ $lang.copyright.license }}: </span>      {{ if .Params.contentCopyright -}}        {{ .Params.contentCopyright | safeHTML }}      {{ else -}} | 
