mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-24 17:22:46 +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>
|
<span>{{ .WordCount }}</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class = "post-share">
|
<p class="copyright-item">
|
||||||
{{ if $.Param "socialShare" }}
|
{{ if $.Param "socialShare" }}
|
||||||
<span>{{ i18n "Share" }}:</span>
|
<span>{{ i18n "Share" }}:</span>
|
||||||
<span>{{ partial "share-links" . }}</span>
|
<span>{{ partial "share-links" . }}</span>
|
||||||
</div>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.Params.license }}
|
{{ with .Site.Params.license }}
|
||||||
<p class="copyright-item lincese">
|
<p class="copyright-item">
|
||||||
{{ . | safeHTML}}
|
{{ . | safeHTML}}
|
||||||
</p>
|
</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
@ -108,3 +108,4 @@
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue