diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index f22064fe..6b106f4c 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/_layouts/talk.html.twig b/source/_layouts/talk.html.twig index 50f78edc..1f6d5467 100644 --- a/source/_layouts/talk.html.twig +++ b/source/_layouts/talk.html.twig @@ -1,7 +1,7 @@ {% extends 'default' %} {% block content_wrapper %} -
+
{% block content %}{% endblock %}
diff --git a/source/_partials/opensource/projects.html.twig b/source/_partials/opensource/projects.html.twig index cde9ced1..de73d7b0 100644 --- a/source/_partials/opensource/projects.html.twig +++ b/source/_partials/opensource/projects.html.twig @@ -8,7 +8,7 @@ -
+
{{ project.description }}
diff --git a/source/experience.html.twig b/source/experience.html.twig index a9580298..763f9dbd 100644 --- a/source/experience.html.twig +++ b/source/experience.html.twig @@ -152,7 +152,7 @@ experiences:
{% if experience.description %} -
+
{{ experience.description|markdown }}
{% endif %} diff --git a/source/test-driven-drupal.md b/source/test-driven-drupal.md index 54b37ea6..1dff6a8c 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: diff --git a/source/testimonials.html.twig b/source/testimonials.html.twig index dde38bc0..7d36626a 100644 --- a/source/testimonials.html.twig +++ b/source/testimonials.html.twig @@ -91,7 +91,7 @@ testimonials: {% endif %}
-
+
{{ testimonial.text|markdown }}