Merge branch 'master' of github.com:htr3n/hyde-hyde
merge changes from upstream
This commit is contained in:
commit
330385ccaf
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -32,6 +32,9 @@
|
||||||
{{ with .Site.Params.social.keybase }}
|
{{ with .Site.Params.social.keybase }}
|
||||||
<a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
|
<a href="https://keybase.io/{{.}}"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ with .Site.Params.social.email }}
|
||||||
<a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
<a href="mailto:{{.}}"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue