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:
authorTorsten Mattetat <torsten.mattetat@inform-ac.com>2017-11-26 01:39:27 +0300
committerTorsten Mattetat <torsten.mattetat@inform-ac.com>2017-11-26 01:39:27 +0300
commit57abdb2fc6f4d9a4d5992f173ac20b0b38519362 (patch)
tree68393ecd58201d699bb47cc45d3d4c55a41e75cd /layouts
parentf73b76b2512ec665e7d420a11d912c18ed3cc770 (diff)
feat: add xing link
Diffstat (limited to 'layouts')
-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 9280b1a..970970c 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -31,3 +31,6 @@
{{ with .Site.Params.Email }}
<a href="mailto:{{.}}" title="Email"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i></a>
{{ end }}
+{{ with .Site.Params.XingURL }}
+<a href="{{.}}" title="XING"><i class="fa fa-xing fa-3x" aria-hidden="true"></i></a>
+{{ end }}