Add itch.io support and icon

This commit is contained in:
Dito
2018-08-26 23:12:12 +03:00
committed by Michael Noronha
parent a78ed1edcf
commit f2e49b7f29
3 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,12 @@
</a>
{{ end }}
{{ if .Site.Params.itch_io }}
<a href="https://{{ .Site.Params.itch_io }}.itch.io" target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/itch.io.svg" alt="itch.io" />
</a>
{{ end }}
{{ if .Site.Params.gitlab }}
<a href="https://gitlab.com/{{ .Site.Params.gitlab }}" target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/gitlab.svg" alt="gitlab" />