Remove whitespace
This commit is contained in:
parent
e8df3ee113
commit
74042f01e1
|
@ -45,7 +45,7 @@ use:
|
|||
</div>
|
||||
</description>
|
||||
<pubDate>{{ email.date|date('D, d M Y H:i:s') }} GMT</pubDate>
|
||||
<snippet>{{ email.snippet }}</snippet>
|
||||
<snippet>{{ email.snippet|trim }}</snippet>
|
||||
{% if tags is not empty -%}
|
||||
<tags>
|
||||
{{- tags|join(' ') -}}
|
||||
|
|
Loading…
Reference in a new issue