mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
Merge pull request #65 from reizist/add-stackoverflow
Added stackoverflow link
This commit is contained in:
@@ -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 }}
|
||||
@@ -169,4 +175,4 @@ window.onscroll = function (e) {
|
||||
document.querySelector('#headerStuck').classList.remove('is-stuck');
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
BIN
static/images/stackoverflow.png
Normal file
BIN
static/images/stackoverflow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user