mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Merge pull request #42 from bobsaintcool/feature/footer_social_fb
<footer/social: Add the possibility to link to facebook account>
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
</div>
|
||||
<div class="icons">
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a href="https://facebook.com/{{ .Site.Params.facebook }}" target="_blank">
|
||||
<img class="icon" src="/img/facebook.svg" alt="facebook" />
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.github }}
|
||||
<a href="https://github.com/{{ .Site.Params.github }}" target="_blank">
|
||||
<img class="icon" src="/img/github.svg" alt="github" />
|
||||
|
Reference in New Issue
Block a user