From c5a067e22a25b76abdd6ce627a7dcee7ed0863be Mon Sep 17 00:00:00 2001 From: Niels Gouman Date: Thu, 18 Jul 2019 08:13:15 +0200 Subject: [PATCH] Untappd (#110) * Change FB locale meta to be dynamic * Allow referrers * Added option to use untappd social media --- exampleSite/config.toml | 1 + layouts/partials/footer.html | 6 ++++++ layouts/partials/meta.html | 1 + static/img/untappd.svg | 1 + 4 files changed, 9 insertions(+) create mode 100644 static/img/untappd.svg diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 29429f3..55c626e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -36,6 +36,7 @@ linkedin = "john-example-aa80ue8รจ" twitter = "example" facebook = "facebook_id" instagram = "instagram_id" +untappd = "untappd_id" itch_io = "itch_io_id" social_banner = "img/banner.png" usesmallsummarycard = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d1ffdb1..aafe4b2 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -79,6 +79,12 @@ {{ end }} + {{ if .Site.Params.untappd }} + + untappd + + {{ end }} + {{ if .Site.Params.email }} email diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index a311d0b..4eda6e4 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -2,6 +2,7 @@ + {{ if .Site.Params.description }}{{ end }} {{ if .Site.Params.twitter }} diff --git a/static/img/untappd.svg b/static/img/untappd.svg new file mode 100644 index 0000000..5e06293 --- /dev/null +++ b/static/img/untappd.svg @@ -0,0 +1 @@ + \ No newline at end of file