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:
Alexis Tacnet
2017-06-14 20:08:20 +02:00
committed by GitHub
3 changed files with 58 additions and 0 deletions

View File

@@ -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" />