Skip to content

Commit

Permalink
twig: remove superfluous raw tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Jun 21, 2024
1 parent 47480bd commit d85224c
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions publisher/reference/templates/templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -34,13 +33,11 @@ These templates come with the Podlove Publisher and are always available.
</div>
</form>
{% endspaceless %}
{% endraw %}
```

### Downloads (Buttons)

```handlebars
{% raw %}
{# @core/shortcode/downloads-buttons.twig #}
<ul class="episode_download_list">
Expand All @@ -53,13 +50,11 @@ These templates come with the Podlove Publisher and are always available.
{% endif %}
{% endfor %}
</ul>
{% endraw %}
```

### List of Feeds

```handlebars
{% raw %}
{# @core/shortcode/feed-list.twig #}
<table>
Expand All @@ -86,13 +81,11 @@ These templates come with the Podlove Publisher and are always available.
{% endfor %}
</tbody>
</table>
{% endraw %}
```

### List of Episodes

```handlebars
{% raw %}
{# @core/shortcode/episode-list.twig #}
<table>
Expand Down Expand Up @@ -138,14 +131,11 @@ These templates come with the Podlove Publisher and are always available.
vertical-align: top;
}
</style>
{% endraw %}
```

### License

```handlebars
{% raw %}
{# @core/license.twig #}
{#
Expand Down Expand Up @@ -181,7 +171,6 @@ These templates come with the Podlove Publisher and are always available.
</p>
</div>
{% endif %}
{% endraw %}
```

## Contributor Templates
Expand All @@ -191,7 +180,6 @@ These templates come with the "Contributors" module.
### List of Podcast Contributors

```handlebars
{% raw %}
{# @contributors/podcast-contributor-list.twig #}
<table class="podlove-global-contributors">
Expand Down Expand Up @@ -310,13 +298,11 @@ These templates come with the "Contributors" module.
}
</style>
{% endraw %}
```

### Table of Podcast Contributors

```handlebars
{% raw %}
{# @contributors/podcast-contributor-table.twig #}
<table class="podlove-contributors-table">
Expand All @@ -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 #}
<span class="podlove-contributors">
Expand All @@ -354,13 +338,11 @@ These templates come with the "Contributors" module.
{% endif %}
{% endfor %}
</span>
{% endraw %}
```

### Episode Contributors (as list)

```handlebars
{% raw %}
{# @contributors/contributor-list.twig #}
<ul class="podlove-contributors">
Expand All @@ -377,13 +359,11 @@ These templates come with the "Contributors" module.
{% endif %}
{% endfor %}
</ul>
{% endraw %}
```

### Episode Contributors (as table)

```handlebars
{% raw %}
{# @contributors/contributor-table.twig #}
{% set colspan = 2 %}
Expand Down Expand Up @@ -434,7 +414,6 @@ These templates come with the "Contributors" module.
{% endif %}
{% include '@contributors/_contributor-table-css.twig' %}
{% endraw %}
```

## Social Templates
Expand All @@ -444,7 +423,6 @@ These templates come with the "Social &amp; Donations" module.
### List of Podcast Donations

```handlebars
{% raw %}
{# @social/podcast-donations-list.twig #}
<ul class="podcast_services">
Expand All @@ -467,13 +445,11 @@ These templates come with the "Social &amp; Donations" module.
list-style: none;
}
</style>
{% endraw %}
```

### List of Podcast Social Media Services

```handlebars
{% raw %}
{# @social/podcast-social-media-list.twig #}
<ul class="podcast_services">
Expand All @@ -496,5 +472,4 @@ These templates come with the "Social &amp; Donations" module.
list-style: none;
}
</style>
{% endraw %}
```

0 comments on commit d85224c

Please sign in to comment.