Ensure spaces are consistent

This commit is contained in:
Oliver Davies 2019-05-22 12:19:47 +01:00
parent f2a17b63aa
commit 178d3bb30e
11 changed files with 118 additions and 121 deletions

View file

@ -4,7 +4,7 @@
{% for speaker in speakers %}
<li>
<a href="{{ speaker.url }}">
{{ speaker.title }}
{{ speaker.title }}
</a>
</li>
{% endfor %}