Add telegram contact to social links
This commit is contained in:
parent
600b75fb4a
commit
40f4310778
2 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@ theme = "hyde-hyde"
|
|||
twitter = "<username>"
|
||||
facebook = "<username>"
|
||||
stackoverflow = "<username>"
|
||||
telegram = "<username>"
|
||||
email = "your-email@example.com"
|
||||
|
||||
## Main Menu
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
{{ with .Site.Params.social.keybase }}
|
||||
<a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.social.telegram }}
|
||||
<a href="https://t.me/{{.}}"><i class="fab fa-telegram fa-lg" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.social.email }}
|
||||
<a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue