Skip to content
Snippets Groups Projects
Commit 27d32248 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix variable

parent 6509781c
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h3>News</h3>
{% for article in ARTICLES %}
{% for article in articles %}
<h4>{{ article.title }}</h4>
{{ article.date }} · {{ article.author }}
<p>
......
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