mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 06:25:50 +01:00
Add: Itch.io in footer
This commit is contained in:
parent
24dbf0c0d6
commit
8d4bb0df78
2 changed files with 13 additions and 1 deletions
|
@ -1300,13 +1300,15 @@ pre.chroma {
|
|||
|
||||
.social-icon-img {
|
||||
padding: 10px;
|
||||
width: 70%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.social-icon-img:hover {
|
||||
opacity: 60%;
|
||||
}
|
||||
.social-icon-a{
|
||||
padding-bottom: 16px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
|
|
|
@ -32,6 +32,16 @@
|
|||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ if site.Params.itchio.enable }}
|
||||
{{ "<!-- Social Sketchfab Link -->" | safeHTML }}
|
||||
<div class="social-icon text-center col-sm">
|
||||
<h2>{{ site.Params.itchio.text | markdownify }}</h2>
|
||||
<a href="{{ site.Params.itchio.link | safeHTML }}" class="social-icon-a">
|
||||
<img class="social-icon-img" src="{{ site.Params.itchio.img | absURL }}">
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="border-biotech" style="background: #0f1e31;"></div>
|
||||
|
|
Loading…
Reference in a new issue