From d2660cd7902c38d6fc29872b57b05ea4c01292f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jan 2019 21:57:54 -0500 Subject: [PATCH] Don't print anything from the created date field this is handled in the views row template. But we can't stop this field from being printed. --- .../templates/field/field--node--created--rss-teaser.html.twig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 agaric/templates/field/field--node--created--rss-teaser.html.twig diff --git a/agaric/templates/field/field--node--created--rss-teaser.html.twig b/agaric/templates/field/field--node--created--rss-teaser.html.twig new file mode 100644 index 0000000..adb2984 --- /dev/null +++ b/agaric/templates/field/field--node--created--rss-teaser.html.twig @@ -0,0 +1,2 @@ +{# In views/views-view-row-rss--taxonomy-term--feed-teasers.html.twig we print + everything we'd want to do with the created date, so blank it here. #}