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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2020-03-31 14:10:58 +0300
committerGitHub <noreply@github.com>2020-03-31 14:10:58 +0300
commitf0997259de55882e421f1b418f6d81f7e3755c72 (patch)
treed9f1ee4e7eafcd2d60cfda6d26a9698d9bace97f
parentf161ceae5c9a2629d537fd2b9eb37abafae8d77c (diff)
parent6b2cf1bb9bbbc07fa95e595283beaba068b6331a (diff)
Merge pull request #77 from j-wang/fix-facebook-partial
Adding facebook.com url to Facebook social partial
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index f43d1f5..913434c 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -7,7 +7,7 @@
{{ end }}
{{ if isset .Site.Params "facebookuser" }}
<div class="icon-24x24">
- <a class="glyph" alt="Facebook profile" href="{{ .Site.Params.FacebookUser }}"><img src={{ "icons/facebook.svg" | absURL }} height="24px" width="24px"></a>
+ <a class="glyph" alt="Facebook profile" href="https://facebook.com/{{ .Site.Params.FacebookUser }}"><img src={{ "icons/facebook.svg" | absURL }} height="24px" width="24px"></a>
</div>
{{ end }}
{{ if isset .Site.Params "flickruser" }}