diff --git a/source/articles/index.html.twig b/source/articles/index.html.twig index 1ffe8e17..9eed679a 100644 --- a/source/articles/index.html.twig +++ b/source/articles/index.html.twig @@ -3,14 +3,21 @@ layout: default title: Articles use: [posts] --- -
- {% for post in data.posts if post.promoted %} -
- {% include 'blog/post-summary' %} -
- {% endfor %} -
+
+
+

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.

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

Read the rest of my articles in the archives.

+