diff --git a/layouts/_partials/seo-tags/twitter-cards.html b/layouts/_partials/seo-tags/twitter-cards.html
index b2c716a..cffdabb 100644
--- a/layouts/_partials/seo-tags/twitter-cards.html
+++ b/layouts/_partials/seo-tags/twitter-cards.html
@@ -25,6 +25,17 @@
{{ end }}
+{{/* twitter:site is the site author; twitter:creator is page author
+ * https://developer.x.com/en/docs/x-for-websites/cards/guides/getting-started
+ * "Card and Content Attribution"
+ */}}
{{ with .Site.Params.social.twitter }}
{{ end }}
+{{ with .GetTerms "authors" }}
+ {{ range . }}
+ {{ with .Params.twitter }}
+
+ {{ end }}
+ {{ end }}
+{{ end }}