From d85224c048888e65bcf3204b75b322a5c7bc54a7 Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Fri, 21 Jun 2024 13:36:38 +0800 Subject: [PATCH] twig: remove superfluous raw tags --- publisher/reference/templates/templates.mdx | 25 --------------------- 1 file changed, 25 deletions(-) diff --git a/publisher/reference/templates/templates.mdx b/publisher/reference/templates/templates.mdx index e09e255c..b27276ed 100644 --- a/publisher/reference/templates/templates.mdx +++ b/publisher/reference/templates/templates.mdx @@ -11,7 +11,6 @@ These templates come with the Podlove Publisher and are always available. ### Downloads (Select) ```handlebars -{% raw %} {# @core/shortcode/downloads-select.twig #} {% spaceless %} @@ -34,13 +33,11 @@ These templates come with the Podlove Publisher and are always available. {% endspaceless %} -{% endraw %} ``` ### Downloads (Buttons) ```handlebars -{% raw %} {# @core/shortcode/downloads-buttons.twig #} -{% endraw %} ``` ### List of Feeds ```handlebars -{% raw %} {# @core/shortcode/feed-list.twig #} @@ -86,13 +81,11 @@ These templates come with the Podlove Publisher and are always available. {% endfor %}
-{% endraw %} ``` ### List of Episodes ```handlebars -{% raw %} {# @core/shortcode/episode-list.twig #} @@ -138,14 +131,11 @@ These templates come with the Podlove Publisher and are always available. vertical-align: top; } - -{% endraw %} ``` ### License ```handlebars -{% raw %} {# @core/license.twig #} {# @@ -181,7 +171,6 @@ These templates come with the Podlove Publisher and are always available.

{% endif %} -{% endraw %} ``` ## Contributor Templates @@ -191,7 +180,6 @@ These templates come with the "Contributors" module. ### List of Podcast Contributors ```handlebars -{% raw %} {# @contributors/podcast-contributor-list.twig #}
@@ -310,13 +298,11 @@ These templates come with the "Contributors" module. } -{% endraw %} ``` ### Table of Podcast Contributors ```handlebars -{% raw %} {# @contributors/podcast-contributor-table.twig #}
@@ -334,13 +320,11 @@ These templates come with the "Contributors" module. {% endif %} {% include '@contributors/_contributor-table-css.twig' %} -{% endraw %} ``` ### Episode Contributors (comma separated) ```handlebars -{% raw %} {# @contributors/contributor-comma-separated.twig #} @@ -354,13 +338,11 @@ These templates come with the "Contributors" module. {% endif %} {% endfor %} -{% endraw %} ``` ### Episode Contributors (as list) ```handlebars -{% raw %} {# @contributors/contributor-list.twig #} -{% endraw %} ``` ### Episode Contributors (as table) ```handlebars -{% raw %} {# @contributors/contributor-table.twig #} {% set colspan = 2 %} @@ -434,7 +414,6 @@ These templates come with the "Contributors" module. {% endif %} {% include '@contributors/_contributor-table-css.twig' %} -{% endraw %} ``` ## Social Templates @@ -444,7 +423,6 @@ These templates come with the "Social & Donations" module. ### List of Podcast Donations ```handlebars -{% raw %} {# @social/podcast-donations-list.twig #}