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