diff --git a/theme/main.html b/theme/main.html
index c430ccd..6c9a59f 100644
--- a/theme/main.html
+++ b/theme/main.html
@@ -39,6 +39,11 @@
{{ super() }}
{% if page.meta.sources %}
- Sources: {% for source in page.meta.sources %}{{ source|domain }}{% endfor %}
+
+ Sources:
+ {% for source in page.meta.sources %}
+ {{ source|domain }}{% if not loop.last %}, {% endif %}
+ {% endfor %}
+
{% endif %}
{% endblock %}