mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Untappd (#110)
* Change FB locale meta to be dynamic * Allow referrers * Added option to use untappd social media
This commit is contained in:

committed by
Michael Noronha

parent
5005ba9f31
commit
c5a067e22a
@@ -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" />
|
||||
|
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user