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

@ -1264,6 +1264,11 @@ img.loaded video.loaded {
margin-top: 10px;
}
.license {
color: #7a7a7a;
font-size: 0.9rem;
}
#scrollUp {
border: 1px solid #4e595f;
bottom: 15px;

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>