diff options
| author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-05 22:54:11 +0800 | 
|---|---|---|
| committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-09-05 22:54:11 +0800 | 
| commit | 6c4998a1089bb16bf472359ab3f476c068fdca0a (patch) | |
| tree | 26dfe410051b286b2ea8e7072979c34a5f860763 /layouts | |
| parent | 75f607814cc205df695c18591571d566a06b434f (diff) | |
fix: english typo (#1)
Closes #1
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 -}} | 
