🎨 style: remove newlines around summary
This commit is contained in:
parent
a6dfd4d1ba
commit
67173f27cd
@ -38,11 +38,11 @@
|
||||
</author>
|
||||
<link rel="alternate" href="{{ page.permalink | safe }}" type="text/html"/>
|
||||
<id>{{ page.permalink | safe }}</id>
|
||||
{% if page.summary %}
|
||||
{% if page.summary -%}
|
||||
<summary type="html">{{ page.summary }}</summary>
|
||||
{% elif page.description %}
|
||||
{% elif page.description -%}
|
||||
<summary type="html">{{ page.description }}</summary>
|
||||
{% endif %}
|
||||
{% endif -%}
|
||||
</entry>
|
||||
{%- endfor %}
|
||||
</feed>
|
||||
|
Loading…
x
Reference in New Issue
Block a user