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

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Norbury <zyio@users.noreply.github.com>2016-10-23 14:43:15 +0300
committerGitHub <noreply@github.com>2016-10-23 14:43:15 +0300
commit8d59fe18fa3feb7be607d1f246607e815d44fa6d (patch)
tree0f6947fb1a59927588e8ccd6fbebb5289814053a /layouts
parent58757f1f262c139529646285d0fc00eeec8b4bce (diff)
cap on 'h' causing github linking to break
Diffstat (limited to 'layouts')
-rwxr-xr-xlayouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index e6d1d2c..067c391 100755
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,7 +1,7 @@
<div class="social">
<h4>
{{ if .Site.Social.Github }}
- <a href="http://github.com/{{ .Site.Social.GitHub }}"><i class="fa fa-github"></i></a>
+ <a href="http://github.com/{{ .Site.Social.Github }}"><i class="fa fa-github"></i></a>
{{ end }}
{{ if .Site.Social.Email }}