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 }}
+
+
+
+ {{ end }}
+
{{ if .Site.Params.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