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:
Diffstat (limited to 'layouts/partials/link.html')
-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 0c91771..b3d5714 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -25,7 +25,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 }}