diff --git a/source/_pages/blog.html.twig b/source/_pages/blog.html.twig index f8c706de..03b8279b 100644 --- a/source/_pages/blog.html.twig +++ b/source/_pages/blog.html.twig @@ -4,25 +4,20 @@ use: - posts --- -{% set activeYear = false %} +

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.

-{% for post in data.posts %} - {% set postYear = post.date|date('Y') %} +
+
+ {% for talk in data.posts %} +
+

+ + {{ talk.title }} + +

- {% if postYear != activeYear %} - {% if activeYear != false %} - - {% endif %} - - {% set activeYear = postYear %} - -

{{ postYear }}

- -
    - {% endif %} - -
  • - {{ post.title }} - - {{ post.date|date('jS F Y') }} -
  • -{% endfor %} +

    {{ talk.excerpt }}

    +
+ {% endfor %} +
+