Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Madison <ethan@ethanmad.com>2015-05-11 09:51:35 +0300
committerEthan Madison <ethan@ethanmad.com>2015-05-11 10:18:26 +0300
commit271eaf41c2218db012cd415560f4da804bd367de (patch)
tree82449708d86db02e62b07e4e83a4a7d780a1d8b2 /layouts
parent883da9dc3adce02bebf82157737845f59c98a1d6 (diff)
Change stackoverflow param to require user id
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/link.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index 831abae..dee8bed 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -15,7 +15,7 @@
</a>
{{ end }}
{{ with .Site.Params.stackoverflow }}
- <a href="{{ . }}" target="_blank">
+ <a href="https://stackoverflow.com/users/{{ . }}" target="_blank">
<i class="fa fa-stack-overflow"></i>
</a>
{{ end }}