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

Add article list to home page

parent cfa9a02e
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,17 @@
<!-- Main Content -->
{% block content %}{% endblock %}
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h3>News</h3>
{% for article in ARTICLES %}
<h4>{{ article.title }}</h4>
{{ article.date }} · {{ article.author }}
<p>
{{ article.summary }}
</p
{% endfor %}
</div>
<!-- Sponsoren Footer -->
<footer class="page-footer" id="sponsoren-footer">
<div class="container">
......
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