Merge pull request #65 from reizist/add-stackoverflow

Added stackoverflow link
This commit is contained in:
MeiK
2021-03-12 10:36:34 +08:00
committed by GitHub
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