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 }}