Add itch.io button
This commit is contained in:
parent
b418d4c303
commit
d82dfdb5f7
2 changed files with 11 additions and 0 deletions
|
@ -25,6 +25,7 @@ pygmentCodeFences = true
|
||||||
instagram = "username"
|
instagram = "username"
|
||||||
youtube = "user/username" # or channel/channelname
|
youtube = "user/username" # or channel/channelname
|
||||||
spotify = "username"
|
spotify = "username"
|
||||||
|
itchio = "username"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
|
|
|
@ -102,6 +102,16 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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 }}
|
{{ end }}
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue