Skip to content

Commit

Permalink
added email icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Wright committed Aug 28, 2017
1 parent 2a3938f commit 9416eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions myblog/themes/hyde-x/layouts/partials/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ <h1>{{ .Site.Author.name }}</h1>
{{ with .Site.Params.facebook }}<a href="{{ . }}"><i class="fa fa-facebook-square fa-3x"></i></a>{{ end }}
{{ with .Site.Params.twitter }}<a href="{{ . }}"><i class="fa fa-twitter-square fa-3x"></i></a>{{ end }}
{{ with .Site.Params.youtube }}<a href="{{ . }}"><i class="fa fa-youtube-square fa-3x"></i></a>{{ end }}
{{ with .Site.Params.email }}<a href="{{ . }}"><i class="fa fa-envelope-square"></i></a>{{ end }}

{{ if .Site.Params.rss }}<a href="{{ "/index.xml" | absURL }}" type="application/rss+xml"><i class="fa fa-rss-square fa-3x"></i></a>{{ end }}
</li>
</ul>
Expand Down

0 comments on commit 9416eb9

Please sign in to comment.