From 1052c41d97ea2a82e7169bfa502c02fedfc1f40e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 15 Jan 2019 22:21:35 +0000 Subject: [PATCH] Use article tags --- source/articles/archive.html.twig | 8 ++++---- source/articles/index.html.twig | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) 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 %}
-
+
+