mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 00:54:22 +01:00
Add: site license info
This commit is contained in:
parent
a6fc48b7d2
commit
da029a4b03
2 changed files with 9 additions and 0 deletions
|
@ -1264,6 +1264,11 @@ img.loaded video.loaded {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.license {
|
||||||
|
color: #7a7a7a;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
#scrollUp {
|
#scrollUp {
|
||||||
border: 1px solid #4e595f;
|
border: 1px solid #4e595f;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
|
|
|
@ -43,6 +43,10 @@
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<p>{{ site.Params.copyright | markdownify }}</p>
|
<p>{{ site.Params.copyright | markdownify }}</p>
|
||||||
|
{{ if site.Params.license }}
|
||||||
|
<p class="license">{{ site.Params.license | markdownify }}</p>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue