From 881789397b75e3907fafa058dce8651ddfacb1a5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 15 Jan 2019 21:17:04 +0000 Subject: [PATCH] Use spaced classes --- source/_layouts/post.html.twig | 2 +- source/about.html.twig | 2 +- source/articles/archive.html.twig | 4 ++-- source/articles/index.html.twig | 12 +++++++----- source/test-driven-drupal.md | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 7e6a21d7..f22064fe 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -15,7 +15,7 @@ {% include 'post/header' %} {% include 'post/intro-image' %} -
+
{% include 'post/old-post-message' %} {% block content %}{% endblock %}
diff --git a/source/about.html.twig b/source/about.html.twig index 1740fc7c..cffa0322 100644 --- a/source/about.html.twig +++ b/source/about.html.twig @@ -13,7 +13,7 @@ permalink: / {% block content %}
-
+
Picture of Oliver

Hi, I’m Oliver Davies (aka opdavies) - a Full Stack Web Developer and System Administrator based in Wales, UK.

diff --git a/source/articles/archive.html.twig b/source/articles/archive.html.twig index ec69942d..d5c5dd51 100644 --- a/source/articles/archive.html.twig +++ b/source/articles/archive.html.twig @@ -10,9 +10,9 @@ use: [posts] {% endblock %} {% block content %} -
    +
      {% for post in data.posts %} -
    • +
    • {% include 'blog/post-summary' %}
    • {% endfor %} diff --git a/source/articles/index.html.twig b/source/articles/index.html.twig index b2f8f8be..083b0094 100644 --- a/source/articles/index.html.twig +++ b/source/articles/index.html.twig @@ -3,11 +3,13 @@ layout: default title: Articles use: [posts] --- -{% for post in data.posts if post.favourite %} -
      - {% include 'blog/post-summary' %} -
      -{% endfor %} +
      + {% for post in data.posts if post.favourite %} +
      + {% include 'blog/post-summary' %} +
      + {% endfor %} +
      Archive diff --git a/source/test-driven-drupal.md b/source/test-driven-drupal.md index 12658dfe..54b37ea6 100644 --- a/source/test-driven-drupal.md +++ b/source/test-driven-drupal.md @@ -5,7 +5,7 @@ mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd contact_email: 'oliver@testdrivendrupal.com' --- {% block content %} -
      +
      Having [given talks][1] and workshops, been a guest on podcasts and [written blog posts][0] about automated testing in Drupal, I’m currently in the planning phase of a book and potentially some accompanying screencasts about it, focussing on Drupal 8. I’m still thinking about what use-cases to cover and examples to include, but here are some of the things I’m considering: