Add contact (email) link
This commit is contained in:
parent
883da9dc3a
commit
c3610de098
@ -1,4 +1,9 @@
|
||||
<div class="sns-links hidden-print">
|
||||
{{ with .Site.Params.contact }}
|
||||
<a href="{{ . }}">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ with .Site.Params.twitter }}
|
||||
<a href="https://twitter.com/{{ . }}" target="_blank">
|
||||
<i class="fa fa-twitter"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user