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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Schwartzmeyer <andrew@schwartzmeyer.com>2017-10-18 05:05:32 +0300
committerAndrew Schwartzmeyer <andrew@schwartzmeyer.com>2017-10-18 05:16:37 +0300
commit36b024fd127bd7cfff6f7858ad0b5b10df759938 (patch)
tree405298773558b3c8a5124a5c757608fd84c8f4c6 /layouts
parent22aa93f51e7a21a1e79b50b32361f3494c99a169 (diff)
Use https for LinkedIn
Diffstat (limited to 'layouts')
-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 c4ce24f..9280b1a 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -20,7 +20,7 @@
<a href="https://codepen.io/{{.}}" title="Codepen"><i class="fa fa-codepen fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.LinkedInID }}
-<a href="http://linkedin.com/in/{{.}}" title="LinkedIn"><i class="fa fa-linkedin fa-3x" aria-hidden="true"></i></a>
+<a href="https://linkedin.com/in/{{.}}" title="LinkedIn"><i class="fa fa-linkedin fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.InstagramID }}
<a href="https://instagram.com/{{.}}" title="Instagram"><i class="fa fa-instagram fa-3x" aria-hidden="true"></i></a>