mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-08 11:34:09 +01:00
Bug fix
Fixed a stupid bug that dosn't show the license
This commit is contained in:
parent
4f3bbdd7e5
commit
77902b656b
1 changed files with 4 additions and 3 deletions
|
@ -61,15 +61,15 @@
|
|||
<span>{{ .WordCount }}</span>
|
||||
</p>
|
||||
|
||||
<div class = "post-share">
|
||||
<p class="copyright-item">
|
||||
{{ if $.Param "socialShare" }}
|
||||
<span>{{ i18n "Share" }}:</span>
|
||||
<span>{{ partial "share-links" . }}</span>
|
||||
</div>
|
||||
</p>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.license }}
|
||||
<p class="copyright-item lincese">
|
||||
<p class="copyright-item">
|
||||
{{ . | safeHTML}}
|
||||
</p>
|
||||
{{ end }}
|
||||
|
@ -108,3 +108,4 @@
|
|||
</div>
|
||||
</article>
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue