diff --git a/homepage/theme/templates/archives.html b/homepage/theme/templates/archives.html index fa625a2..26f1cda 100644 --- a/homepage/theme/templates/archives.html +++ b/homepage/theme/templates/archives.html @@ -8,33 +8,45 @@ {% set bottom_cta = 'index' %} {% block content %} -
-
- {% for article in articles %} -
- {% if loop.index != 1 %} -
- {% endif %} -
-
-
- - {{ article.title }} - -
-
- {{ article.date | strftime('%d %b %Y') }}{% if article.modified %}(article.updated {{ article.modified | strftime('%d %b %Y') }}){% endif %}, {{ article.author }} -
-

- {{ article.title }} -

-

- {{ article.description }} Read more -

-
-
+
+
+

+ Offen Blog +

+
+

+ Hi there. We are Frederik and Hendrik. Here we post about how we're building a fair and open web analytics tool and what we're discovering along the way. +

+
+
+
+
+ {% for article in articles %} +
+ {% if loop.index != 1 %} +
+ {% endif %} +
+
+
+ + {{ article.title }} + +
+
+ {{ article.date | strftime('%d %b %Y') }}{% if article.modified %}(article.updated {{ article.modified | strftime('%d %b %Y') }}){% endif %}, {{ article.author }} +
+

+ {{ article.title }} +

+

+ {{ article.description }} Read more +

+
+
+
+ {% endfor %}
- {% endfor %}
{% endblock %}