Skip to content

Commit

Permalink
Change a bit rss markup
Browse files Browse the repository at this point in the history
  • Loading branch information
marvil07-adapt committed Dec 4, 2023
1 parent 45fa3c7 commit 66be741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/contributions.rss.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<p>By <em>{{ people[contribution.who] }}</em> for <a href="{{ projects[contribution.project].url }}">{{ projects[contribution.project].name }}</a>.
<p>{{ contribution.description }}</p>
{% if contribution.links %}
<p><ul>
<ul>
{% for i, link in contribution.links %}
<li><a href="{{ link }}">{{ link }}</a>
{% endfor %}
</ul></p>
</ul>
{% endif %}
</article>
]]></description>
Expand Down

0 comments on commit 66be741

Please sign in to comment.