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

Add template for archives

parent 0b4da674
No related branches found
No related tags found
No related merge requests found
{% extends "page.html" %}
{% block title %}{{ SITENAME }} — Archives{% endblock %}
<div class="col-md-12 col-sm-12">
{% block content_title %}
{% endblock %}
</div>
......@@ -102,20 +102,6 @@
<!-- Main Content -->
{% block content %}{% endblock %}
{% block news %}
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-1">
<h3>News</h3>
{% for article in articles %}
<h4><a href="{{ article.url }}">{{ article.title }}</a></h4>
{{ article.date }} · <a href="{{ article.author.url }}">{{ article.author }}</a>
<p>
{{ article.summary }}
</p>
<p><a href="{{ article.url }}">More info…</a></p>
{% endfor %}
</div>
{% endblock %}
<!-- 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