diff --git a/themes/nluug/layouts/partials/opengraph/opengraph.html b/themes/nluug/layouts/partials/opengraph/opengraph.html
index 874a193..f903081 100644
--- a/themes/nluug/layouts/partials/opengraph/opengraph.html
+++ b/themes/nluug/layouts/partials/opengraph/opengraph.html
@@ -39,4 +39,4 @@
{{ end }}{{ end }}
{{- /* Facebook Page Admin ID for Domain Insights */}}
-{{- with .Site.Social.facebook_admin }}{{ end }}
+{{- with .Site.Params.Social.facebook_admin }}{{ end }}
diff --git a/themes/nluug/layouts/partials/opengraph/twitter_cards.html b/themes/nluug/layouts/partials/opengraph/twitter_cards.html
index 9cd345c..ecd080a 100644
--- a/themes/nluug/layouts/partials/opengraph/twitter_cards.html
+++ b/themes/nluug/layouts/partials/opengraph/twitter_cards.html
@@ -17,6 +17,6 @@
{{- end }}
-{{ with .Site.Social.twitter -}}
+{{ with .Site.Params.Social.twitter -}}
{{ end -}}