From 892034b6629c22f34c00f90711889df3e5480842 Mon Sep 17 00:00:00 2001 From: Hadi Sinaee Date: Sun, 13 Jun 2021 12:11:26 -0700 Subject: chore: add linkedin to socials --- exampleSite/content/about/_index.md | 1 + layouts/partials/about/introduction.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/exampleSite/content/about/_index.md b/exampleSite/content/about/_index.md index 43a2218..1ef7274 100644 --- a/exampleSite/content/about/_index.md +++ b/exampleSite/content/about/_index.md @@ -12,6 +12,7 @@ socials: twitter: "HadiSinaee" github: "hadisinaee" facebook: "hadisinaee" + linkedin: "hadisinaee" twitch: "hadisinaee" google_scholar: "hadisinaee" diff --git a/layouts/partials/about/introduction.html b/layouts/partials/about/introduction.html index 5eaab79..2833e9c 100644 --- a/layouts/partials/about/introduction.html +++ b/layouts/partials/about/introduction.html @@ -43,6 +43,7 @@ {{ $twitter := index $aboutPage.Params.socials "twitter"}} {{ $twitch := index $aboutPage.Params.socials "twitch"}} {{ $github := index $aboutPage.Params.socials "github"}} + {{ $linkedin := index $aboutPage.Params.socials "linkedin"}} {{ $cv := $aboutPage.Params.cv }} @@ -70,6 +71,11 @@ {{end}} + {{ if $linkedin }} + + + + {{end}} {{ if $twitch }} -- cgit v1.2.3