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> </a>
{{ end }} {{ 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 }} {{ if .Site.Params.links }}
{{ range .Site.Params.links }} {{ range .Site.Params.links }}
{{ if .icon }} {{ if .icon }}
@@ -169,4 +175,4 @@ window.onscroll = function (e) {
document.querySelector('#headerStuck').classList.remove('is-stuck'); document.querySelector('#headerStuck').classList.remove('is-stuck');
} }
}; };
</script> </script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB