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

github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--layouts/partials/link.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2a3b9be..2e9a765 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ copyright = "© Copyright notice"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
facebook = "Your Facebook username"
- stackoverflow = "Your Stackoverflow profile"
+ stackoverflow = "Your Stackoverflow user id (number)"
# Google Analytics API key.
ga_api_key = "Your Google Analytics tracking id"
# Mixpanel API key.
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 }}