diff --git a/layouts/partials/head-meta.html b/layouts/partials/head-meta.html
index 3d130ab..7c81769 100644
--- a/layouts/partials/head-meta.html
+++ b/layouts/partials/head-meta.html
@@ -2,7 +2,7 @@
{{ partial "opengraph.html" . }}
-{{ partial "twitter_cards.html" . }}
+{{ template "_internal/twitter_cards.html" . }}
{{- with .Site.Params.google_verify_meta -}}
diff --git a/layouts/partials/twitter_cards.html b/layouts/partials/twitter_cards.html
deleted file mode 100644
index 56b0efe..0000000
--- a/layouts/partials/twitter_cards.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{ if .IsPage }}
-{{ with .Params.images }}
-
-
-
-{{ else }}
-
-{{ end }}
-
-
-
-
-{{ with .Site.Social.twitter }}{{ end }}
-{{ range .Site.Authors }}
- {{ with .twitter }}{{ end }}
-{{ end }}{{ end }}