From 40f431077816ee0b4c2ab1e6f49bb211fcdea0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= Date: Sat, 18 Aug 2018 01:58:04 -0300 Subject: [PATCH] Add telegram contact to social links --- exampleSite/config.toml | 1 + layouts/partials/sidebar/social.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8c7d042..2c5dc24 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -29,6 +29,7 @@ theme = "hyde-hyde" twitter = "" facebook = "" stackoverflow = "" + telegram = "" email = "your-email@example.com" ## Main Menu diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index 2d4f553..3cdada5 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -32,6 +32,9 @@ {{ with .Site.Params.social.keybase }}   {{ end }} + {{ with .Site.Params.social.telegram }} +   + {{ end }} {{ with .Site.Params.social.email }}   {{ end }}