Format source code (indenting)
This commit is contained in:
parent
581ad066ac
commit
46f0dcf1b9
1 changed files with 4 additions and 4 deletions
|
@ -40,10 +40,10 @@
|
|||
<description>
|
||||
{% set one_and_done = false %}
|
||||
{% for item in items if not one_and_done %}
|
||||
{% if item.content['#paragraph'].type.0.entity.id == 'text' %}
|
||||
{% set one_and_done = true %}
|
||||
{{ item.content|render|escape }}
|
||||
{% endif %}
|
||||
{% if item.content['#paragraph'].type.0.entity.id == 'text' %}
|
||||
{% set one_and_done = true %}
|
||||
{{ item.content|render|escape }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{# the closing description tag is found in the RSS view template so that we can
|
||||
add a Read more link — we don't have the node information to make it here!
|
||||
|
|
Loading…
Reference in a new issue