From 40864e252eb029f2ee4909798613f2f685adc3fa Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 23 Jan 2017 14:52:27 +0200 Subject: [PATCH] layouts/partials/twitter_cards.html: Remove twitter:domain This apparently used to exist but is no longer mentioned on the doc page for Twitter Cards markup. See: https://dev.twitter.com/cards/markup --- layouts/partials/twitter_cards.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/twitter_cards.html b/layouts/partials/twitter_cards.html index f658a4a..56b0efe 100644 --- a/layouts/partials/twitter_cards.html +++ b/layouts/partials/twitter_cards.html @@ -11,7 +11,6 @@ {{ with .Site.Social.twitter }}{{ end }} -{{ with .Site.Social.twitter_domain }}{{ end }} {{ range .Site.Authors }} {{ with .twitter }}{{ end }} {{ end }}{{ end }}