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

View File

@@ -2,6 +2,7 @@
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ if .Site.Params.description }}<meta name="description" content="{{ .Site.Params.description }}">{{ end }}
{{ if .Site.Params.twitter }}