From 889e47067b774964bc72cd3b68519484d08e554d Mon Sep 17 00:00:00 2001 From: TJ Norred Date: Tue, 30 Oct 2018 18:39:05 -0400 Subject: Update social.html --- layouts/partials/_shared/social.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/layouts/partials/_shared/social.html b/layouts/partials/_shared/social.html index 95ec855..bbdec5a 100644 --- a/layouts/partials/_shared/social.html +++ b/layouts/partials/_shared/social.html @@ -8,4 +8,10 @@ {{ with .Site.Params.social.xing }} {{ end }} - \ No newline at end of file + {{ with .Site.Params.social.medium }} + + {{ end }} + {{ with .Site.Params.social.twitter }} + + {{ end }} + -- cgit v1.2.3 From 9886944420d635bdd2f03fbd7770ef2cc11a9ef4 Mon Sep 17 00:00:00 2001 From: TJ Norred Date: Tue, 30 Oct 2018 18:41:09 -0400 Subject: Add Twitter and Medium to social parameters --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4ce4c4c..523e192 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -34,6 +34,8 @@ Currently trying to get this blog running, still don't know what the blog will b github = "" linkedin = "" xing = "" + medium = "" + twitter = "" ## Main Menu [[menu.main]] -- cgit v1.2.3