Skip to content

Commit

Permalink
minor formatting fix- add , in list of multiple disc-to links
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblefudge committed Jun 5, 2023
1 parent ab4c95a commit 90e944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/discussion_links.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% assign links=include.links|split:"," %}
{% for link in links %}
<a href="{{ link | strip | uri_escape }}">{{ link | strip | xml_escape }}</a>
<a href="{{ link | strip | uri_escape }}">{{ link | strip | xml_escape }}</a>{% if forloop.last == false %}, {% endif %}
{% endfor %}

0 comments on commit 90e944c

Please sign in to comment.