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

github.com/liuzc/LeaveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Denman <connor.denman@gmail.com>2018-09-16 19:32:58 +0300
committerConnor Denman <connor.denman@gmail.com>2018-09-16 19:32:58 +0300
commit62baa4948600c707cefa09df4a36ec7e8d00432f (patch)
treef0fbac9e5e47b77f6546e81165088b6d632720fa
parente153ca1555ac32d6ace27c9b315af4029b65a7b7 (diff)
add Linkedin as a social param
-rw-r--r--layouts/partials/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 78725be..5b2c759 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,6 +1,9 @@
{{ with .Site.Params.Social.Github }}
<a href="https://github.com/{{.}}" target="_blank" rel="me noopener"><i class="iconfont icon-github"></i></a>
{{ end }}
+{{ with .Site.Params.Social.Linkedin }}
+<a href="https://linkedin.com/{{.}}" target="_blank" rel="me noopener"><i class="iconfont icon-linkedin"></i></a>
+{{ end }}
{{ with .Site.Params.Social.Twitter }}
<a href="https://twitter.com/{{.}}" target="_blank" rel="me noopener"><i class="iconfont icon-twitter"></i></a>
{{ end }}