From 271eaf41c2218db012cd415560f4da804bd367de Mon Sep 17 00:00:00 2001 From: Ethan Madison Date: Sun, 10 May 2015 23:51:35 -0700 Subject: [PATCH] Change stackoverflow param to require user id --- README.md | 2 +- layouts/partials/link.html | 2 +- 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 @@ {{ end }} {{ with .Site.Params.stackoverflow }} - + {{ end }}