🎨 style: remove newlines around summary
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user