Adding Instagram.com link
This commit is contained in:
parent
cfc3cd6502
commit
047af937ae
@ -9,6 +9,11 @@
|
|||||||
<i class="fa fa-twitter"></i>
|
<i class="fa fa-twitter"></i>
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.instagram }}
|
||||||
|
<a href="https://instagram.com/{{ . }}" target="_blank">
|
||||||
|
<i class="fa fa-instagram"></i>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.googleplus }}
|
{{ with .Site.Params.googleplus }}
|
||||||
<a href="https://plus.google.com/+{{ . }}" target="_blank">
|
<a href="https://plus.google.com/+{{ . }}" target="_blank">
|
||||||
<i class="fa fa-google"></i>
|
<i class="fa fa-google"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user