mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Add itch.io support and icon
This commit is contained in:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user