refactor: change config.toml structure
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
</section>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.postLicense }}
|
||||
{{ if .Site.Params.article.defaultLicense }}
|
||||
<section class="article-copyright">
|
||||
{{ (resources.Get "icons/copyright.svg").Content | safeHTML }}
|
||||
<span>{{ .Site.Params.postLicense }}</span>
|
||||
<span>{{ .Site.Params.article.defaultLicense }}</span>
|
||||
</section>
|
||||
{{ end }}
|
||||
</footer>
|
||||
Reference in New Issue
Block a user