Added stackoverflow link

This commit is contained in:
reizist
2021-03-12 02:38:27 +09:00
parent 9701f992be
commit 16d4c280d7
2 changed files with 7 additions and 1 deletions

View File

@@ -127,6 +127,12 @@
</a>
{{ end }}
{{ if .Site.Params.stackoverflow }}
<a class="avatar-group-item" href="https://stackoverflow.com/u/{{ .Site.Params.stackoverflow }}">
<img alt="@stackoverflow" width="32" height="32" src="{{ "images/stackoverflow.png" | absURL }}" class="avatar">
</a>
{{ end }}
{{ if .Site.Params.links }}
{{ range .Site.Params.links }}
{{ if .icon }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB