From 9839a49f36ee0b637b08b76e8ed5560409c9db3b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Nov 2014 00:29:11 -0500 Subject: Simplify theme. --- themes/lv2/templates/includes/twitter_cards.html | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 themes/lv2/templates/includes/twitter_cards.html (limited to 'themes/lv2/templates/includes/twitter_cards.html') diff --git a/themes/lv2/templates/includes/twitter_cards.html b/themes/lv2/templates/includes/twitter_cards.html deleted file mode 100644 index 3145915..0000000 --- a/themes/lv2/templates/includes/twitter_cards.html +++ /dev/null @@ -1,27 +0,0 @@ -{% if TWITTER_CARDS and USE_OPEN_GRAPH %} - {# Do not include duplicates tag with og ones. #} - {# Twitter is able to infer them from og. #} - - {% if TWITTER_USERNAME %} - - - {% endif %} - - {% if article %} - {% if article.og_image %} - - {% elif OPEN_GRAPH_IMAGE %} - - {% endif %} - {% elif page %} - {% if page.og_image %} - - {% elif OPEN_GRAPH_IMAGE %} - - {% endif %} - {% endif %} -{% endif %} -- cgit v1.2.1