Skip to content

Commit

Permalink
Added stackoverflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
reizist committed Mar 11, 2021
1 parent 9701f99 commit 16d4c28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion layouts/partials/user-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ <h2 class="mb-2 h4">Organizations</h2>
</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 }}
Expand Down Expand Up @@ -169,4 +175,4 @@ <h2 class="mb-2 h4">Organizations</h2>
document.querySelector('#headerStuck').classList.remove('is-stuck');
}
};
</script>
</script>
Binary file added static/images/stackoverflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16d4c28

Please sign in to comment.