mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
add instagram support and icon
This commit is contained in:

committed by
Michael Noronha

parent
89ce6d60ba
commit
a1ac436a3d
@@ -37,6 +37,12 @@
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a href="https://www.instagram.com/{{ .Site.Params.linkedin }}" target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/instagram.svg" alt="instagram" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a href="https://facebook.com/{{ .Site.Params.facebook }}" target="_blank">
|
||||
<img class="icon" src="{{ .Site.BaseURL }}img/facebook.svg" alt="facebook" />
|
||||
|
Reference in New Issue
Block a user