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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/about/single.html')
-rw-r--r--layouts/about/single.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/layouts/about/single.html b/layouts/about/single.html
index 13c1875..7560ba9 100644
--- a/layouts/about/single.html
+++ b/layouts/about/single.html
@@ -52,10 +52,19 @@
<a href = "https://github.com/{{ $p.social.github}}"><i class="fa fa-github-square fa-2x"></i></a>
{{ end }}
{{ if isset $p.social "linkedin" }}
- <a href = "{{ $p.social.linkedin}}"><i class="fa fa-linkedin-square fa-2x"></i></a>
+ <a href = "https://www.linkedin.com/in/{{ $p.social.linkedin}}"><i class="fa fa-linkedin-square fa-2x"></i></a>
{{ end }}
{{ if isset $p.social "facebook" }}
- <a href = "{{ $p.social.facebook}}"><i class="fa fa-facebook-square fa-2x"></i></a>
+ <a href = "https://www.facebook.com/{{ $p.social.facebook}}"><i class="fa fa-facebook-square fa-2x"></i></a>
+ {{ end }}
+ {{ if isset $p.social "pinterest" }}
+ <a href = "https://www.pinterest.com/{{ $p.social.pinterest}}"><i class="fa fa-pinterest-square fa-2x"></i></a>
+ {{ end }}
+ {{ if isset $p.social "instagram" }}
+ <a href = "https://www.instagram.com/{{ $p.social.instagram}}"><i class="fa fa-instagram-square fa-2x"></i></a>
+ {{ end }}
+ {{ if isset $p.social "youtube" }}
+ <a href = "https://www.youtube.com/{{ $p.social.youtube}}"><i class="fa fa-youtube-square fa-2x"></i></a>
{{ end }}
</div>
</div>