mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 07:04:23 +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;
|
||||
}
|
||||
|
||||
.license {
|
||||
color: #7a7a7a;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
#scrollUp {
|
||||
border: 1px solid #4e595f;
|
||||
bottom: 15px;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue