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" />
|
||||
|
Reference in New Issue
Block a user