diff --git a/source/articles/archive.html.twig b/source/articles/archive.html.twig index d5c5dd51..411922c0 100644 --- a/source/articles/archive.html.twig +++ b/source/articles/archive.html.twig @@ -10,13 +10,13 @@ use: [posts] {% endblock %} {% block content %} - + {% endblock %} {% block scripts %} diff --git a/source/articles/index.html.twig b/source/articles/index.html.twig index 9eed679a..23b39bf2 100644 --- a/source/articles/index.html.twig +++ b/source/articles/index.html.twig @@ -4,20 +4,20 @@ title: Articles use: [posts] ---
-
+

I enjoy writing articles, and have written a number of them so far during my career, both to document my own learning as well to act as resources for others.

Here are some of my favourites.

-
+ -
+
{% for post in data.posts if post.promoted %} -
+
{% include 'blog/post-summary' %} -
+ {% endfor %}
-
+
+