Add icons for soundcloud and wikipedia

Add icons for soundcloud and wikipedia user links
This commit is contained in:
Michael Romero 2016-04-13 00:22:23 -07:00
commit ecb7e949e7
3 changed files with 23 additions and 1 deletions

View file

@ -62,6 +62,26 @@
</span>
</a>
</li>
{{ end }}
{{ if .Site.Author.soundcloud }}
<li>
<a href="https://soundcloud.com/{{ .Site.Author.soundcloud }}" title="SoundCloud">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-soundcloud fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
{{ if .Site.Author.wikipedia }}
<li>
<a href="https://wikipedia.org/wiki/User:{{ .Site.Author.wikipedia }}" title="Wikipedia">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-wikipedia-w fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{{ end }}
<li>