Add itch.io button
This commit is contained in:
parent
b418d4c303
commit
d82dfdb5f7
@ -25,6 +25,7 @@ pygmentCodeFences = true
|
||||
instagram = "username"
|
||||
youtube = "user/username" # or channel/channelname
|
||||
spotify = "username"
|
||||
itchio = "username"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
|
@ -102,6 +102,16 @@
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ if .Site.Author.itchio }}
|
||||
<li>
|
||||
<a href="https://itch.io/profile/{{ .Site.Author.itchio }}" title="Itch.io">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-circle fa-stack-2x"></i>
|
||||
<i class="fa fa-gamepad fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user