Add: site license info

This commit is contained in:
Aroy-Art 2021-12-07 11:42:42 +01:00
parent a6fc48b7d2
commit da029a4b03
Signed by: Aroy
GPG key ID: DB9689E9391DD156
2 changed files with 9 additions and 0 deletions

View file

@ -43,6 +43,10 @@
</a>
<br>
<p>{{ site.Params.copyright | markdownify }}</p>
{{ if site.Params.license }}
<p class="license">{{ site.Params.license | markdownify }}</p>
{{ end }}
</div>
</div>