Skip to content

Commit

Permalink
🎨 style: remove newlines around summary
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Jul 1, 2023
1 parent a6dfd4d commit 67173f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 67173f2

Please sign in to comment.