diff --git a/layouts/partials/user-profile.html b/layouts/partials/user-profile.html
index 31ef782..052e443 100644
--- a/layouts/partials/user-profile.html
+++ b/layouts/partials/user-profile.html
@@ -127,6 +127,12 @@
{{ end }}
+ {{ if .Site.Params.stackoverflow }}
+
+
+
+ {{ 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');
}
};
-
\ No newline at end of file
+
diff --git a/static/images/stackoverflow.png b/static/images/stackoverflow.png
new file mode 100644
index 0000000..75ee218
Binary files /dev/null and b/static/images/stackoverflow.png differ