From 24a61d175e81554615935acb042fa0be858c0c40 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Fri, 27 Jan 2017 15:51:51 +0100 Subject: [PATCH] Change the way social params interact --- exampleSite/config.toml | 4 ++-- layouts/partials/header.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index db7d0b2..e11a94e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,7 +22,7 @@ logofile = "img/logo.png" faviconfile = "img/logo.png" highlightjs = true lang = "en" -github = "https://github.com/example" +github = "example" email = "you@example.com" -linkedin = "example" +linkedin = "john-example-aa80ue8รจ" twitter = "@example" diff --git a/layouts/partials/header.html b/layouts/partials/header.html index bfb0911..95ae07f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -42,19 +42,19 @@
{{ if .Site.Params.github }} - + {{ end }} {{ if .Site.Params.twitter }} - + {{ end }} {{ if .Site.Params.linkedin }} - + {{ end }}