diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ed1556e..bdf4375 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,6 +23,7 @@ enableRobotsTXT = true
instagram = ""
youtube = ""
github = ""
+ linkedin = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/gohugo-default-sample-hero-image.jpg"
diff --git a/layouts/partials/social-follow.html b/layouts/partials/social-follow.html
index a7240e4..87b4da9 100644
--- a/layouts/partials/social-follow.html
+++ b/layouts/partials/social-follow.html
@@ -20,6 +20,11 @@
{{ partial "svg/youtube.svg" (dict "size" $icon_size) }}
{{ end }}
+{{ with .Site.Params.linkedin }}
+
+ {{ partial "svg/linkedin.svg" (dict "size" $icon_size) }}
+
+{{ end }}
{{ with .Site.Params.github }}
{{ partial "svg/github.svg" (dict "size" $icon_size) }}
diff --git a/layouts/partials/svg/github.svg b/layouts/partials/svg/github.svg
index 643a260..b400c3c 100644
--- a/layouts/partials/svg/github.svg
+++ b/layouts/partials/svg/github.svg
@@ -1,3 +1,3 @@
-