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:
authorJames Wang <veriathon@gmail.com>2020-02-01 22:51:37 +0300
committerJames Wang <veriathon@gmail.com>2020-02-01 22:51:37 +0300
commit6b2cf1bb9bbbc07fa95e595283beaba068b6331a (patch)
treed9f1ee4e7eafcd2d60cfda6d26a9698d9bace97f
parentf161ceae5c9a2629d537fd2b9eb37abafae8d77c (diff)
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" }}