Skip to content
Snippets Groups Projects
Verified Commit 0b4da674 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix syntax

parent 4afb8862
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
{{ article.date }} · <a href="{{ article.author.url }}">{{ article.author }}</a> {{ article.date }} · <a href="{{ article.author.url }}">{{ article.author }}</a>
<p> <p>
{{ article.summary }} {{ article.summary }}
</p </p>
<p><a href="{{ article.url }}">More info…</a></p> <p><a href="{{ article.url }}">More info…</a></p>
{% endfor %} {% endfor %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment