* Change FB locale meta to be dynamic

* Allow referrers

* Added option to use untappd social media
This commit is contained in:
Niels Gouman
2019-07-18 08:13:15 +02:00
committed by Michael Noronha
parent 5005ba9f31
commit c5a067e22a
4 changed files with 9 additions and 0 deletions

View File

@@ -79,6 +79,12 @@
</a>
{{ end }}
{{ if .Site.Params.untappd }}
<a href="https://untappd.com/user/{{ .Site.Params.untappd}}" rel=me target="_blank">
<img class="icon" src="{{ .Site.BaseURL }}img/untappd.svg" alt="untappd" />
</a>
{{ end }}
{{ if .Site.Params.email }}
<a href="mailto:{{ .Site.Params.email }}">
<img class="icon" src="{{ .Site.BaseURL }}img/email.svg" alt="email" />