Merge branch 'master' of github.com:htr3n/hyde-hyde

merge changes from upstream
This commit is contained in:
Huy Tran 2018-08-19 13:42:01 +07:00
commit 330385ccaf
2 changed files with 4 additions and 0 deletions

View File

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

View File

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