diff --git a/layouts/partials/templates/opengraph.html b/layouts/partials/templates/opengraph.html
index 9c2b8a59..9bbd90b8 100644
--- a/layouts/partials/templates/opengraph.html
+++ b/layouts/partials/templates/opengraph.html
@@ -29,14 +29,6 @@
{{ with .PublishDate }}{{ end }}
{{ with .Lastmod }}{{ end }}
-
-{{- range .Site.Authors }}
-{{ with .Social.facebook }}{{ end }}
-{{ with .Site.Social.facebook }}{{ end }}
-{{- with .Params.tags }}{{ range first 6 . }}
-
-{{- end }}{{ end -}}
-{{- end -}}
{{- end -}}
{{- with .Params.audio }}{{ end }}
diff --git a/layouts/partials/templates/twitter_cards.html b/layouts/partials/templates/twitter_cards.html
index de86c781..02270de5 100644
--- a/layouts/partials/templates/twitter_cards.html
+++ b/layouts/partials/templates/twitter_cards.html
@@ -31,8 +31,3 @@
{{ with .Site.Social.twitter -}}
{{ end -}}
-{{ range .Site.Authors }}
-{{ with .twitter -}}
-
-{{ end -}}
-{{ end -}}
\ No newline at end of file