mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Add itch.io support and icon
This commit is contained in:
@@ -35,6 +35,7 @@ linkedin = "john-example-aa80ue8è"
|
||||
twitter = "example"
|
||||
facebook = "facebook_id"
|
||||
instagram = "instagram_id"
|
||||
itch_io = "itch_io_id"
|
||||
social_banner = "img/banner.png"
|
||||
usesmallsummarycard = true
|
||||
posts_navigation = true
|
||||
|
@@ -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" />
|
||||
|
1
static/img/itch.io.svg
Normal file
1
static/img/itch.io.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg id="SVGRoot" version="1.1" viewBox="0 0 177 158.04" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-161.5 -170.98)"><path d="m184.5 171.02-23 27v7.7c0 9.7 9 18.3 17.1 18.3 9.8 0 17.9-8.2 17.9-18 0 9.8 7.9 18 17.6 18s17.4-8.2 17.4-18c0 9.8 8.4 18 18.1 18 9.8 0 17.9-8.2 17.9-18 0 9.8 7.9 18 17.7 18s17.3-8.2 17.3-18c0 9.8 8.4 18 18.2 18 9.8 0 17.8-8.2 17.8-18v-8l-25-27c-43.6-0.1-129 0-129 0z"/><path d="m196.5 219.52c-0.9 1.7-2.2 3.1-3.6 4.4-3.7 3.7-8.8 5.9-14.3 5.9-1.4 0-5.1-0.8-5.1-0.8v100h154v-100.6c-2.3 0.9-4.2 1.4-6.8 1.4-5.6 0-10.7-2.3-14.3-5.9-1.3-1.3-2.5-2.8-3.4-4.5-0.9 1.7-2.1 3.2-3.4 4.5-3.7 3.7-8.7 5.9-14.3 5.9-5.6 0-10.7-2.3-14.3-5.9-1.3-1.3-2.5-2.8-3.4-4.5-0.89999 1.7-2.1 3.2-3.4 4.5-3.7 3.7-8.8 5.9-14.3 5.9-5.6 0-10.7-2.3-14.3-5.9-1.3-1.3-2.5-2.8-3.4-4.5-0.90001 1.7-2.1 3.2-3.4 4.5-3.7 3.7-8.7 5.9-14.3 5.9s-10.7-2.3-14.3-5.9c-1.7-1.3-2.8-2.7-3.7-4.4zm22.2 18.5c6.7 0 11.5 4.4 13.2 10.9h37.1c1.7-6.6 6.4-10.9 13.2-10.9 10.7 0 22.4 11 26.1 24.3l8.8 32c3.7 13.4-2.1 24.3-12.8 24.3-9.4 0-19.5-8.4-24.4-19.6h-58.8c-4.8 11.1-15 19.6-24.4 19.6-10.7 0-16.4-11-12.8-24.3l8.8-32c3.6-13.4 15.3-24.3 26-24.3z"/><path d="m237.2 266.32-12.5 13.5h12.4v13.9h24.6v-13.9h13.2l-25-27z"/></g></svg>
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user