From 04dcfcc92a5d94e757686d8c07d133947e0af941 Mon Sep 17 00:00:00 2001
From: Oliver Davies
Date: Thu, 20 Aug 2015 22:19:22 +0100
Subject: [PATCH] Remove about_author.html.twig
---
source/_layouts/post.html.twig | 8 +++++++-
source/_partials/about_author.html.twig | 7 -------
2 files changed, 7 insertions(+), 8 deletions(-)
delete mode 100644 source/_partials/about_author.html.twig
diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig
index 5ea7c06a2..bc95c75ca 100644
--- a/source/_layouts/post.html.twig
+++ b/source/_layouts/post.html.twig
@@ -29,7 +29,13 @@
{% endif %}
- {% include 'about_author' %}
+
+
About the Author
+
+

+
+
Oliver Davies is a Drupal Developer and System Administrator based in the UK. He is a Senior Developer at Microserve and also provides freelance consultancy services for Drupal websites and Linux servers.
+
{% if page.next_post or page.previous_post %}