Add telegram contact to social links

This commit is contained in:
André Almeida 2018-08-18 01:58:04 -03:00
parent 600b75fb4a
commit 40f4310778
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,7 @@ theme = "hyde-hyde"
twitter = "<username>" twitter = "<username>"
facebook = "<username>" facebook = "<username>"
stackoverflow = "<username>" stackoverflow = "<username>"
telegram = "<username>"
email = "your-email@example.com" email = "your-email@example.com"
## Main Menu ## Main Menu

View file

@ -32,6 +32,9 @@
{{ with .Site.Params.social.keybase }} {{ with .Site.Params.social.keybase }}
&nbsp;<a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a> &nbsp;<a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
{{ end }} {{ end }}
{{ with .Site.Params.social.telegram }}
&nbsp;<a href="https://t.me/{{.}}"><i class="fab fa-telegram fa-lg" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.social.email }} {{ with .Site.Params.social.email }}
&nbsp;<a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a> &nbsp;<a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
{{ end }} {{ end }}