Fixed a stupid bug that dosn't show the license
This commit is contained in:
Giuseppe Pignataro 2019-03-17 00:17:12 +01:00
parent 4f3bbdd7e5
commit 77902b656b

View file

@ -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 }}