diff --git a/source/themes/opdavies/opdavies/_layouts/post.html.twig b/source/themes/opdavies/opdavies/_layouts/post.html.twig
index d711e233..f7e377dd 100644
--- a/source/themes/opdavies/opdavies/_layouts/post.html.twig
+++ b/source/themes/opdavies/opdavies/_layouts/post.html.twig
@@ -13,6 +13,8 @@
{% endif %}
+ {% include 'about-author' %}
+
{% if page.next_post or page.previous_post %}
{% if page.next_post %}- Next post: {{ page.next_post.title }}
{% endif %}
diff --git a/source/themes/opdavies/opdavies/_partials/about-author.html.twig b/source/themes/opdavies/opdavies/_partials/about-author.html.twig
new file mode 100644
index 00000000..8fd7a7a1
--- /dev/null
+++ b/source/themes/opdavies/opdavies/_partials/about-author.html.twig
@@ -0,0 +1,5 @@
+
+
About the Author
+
+
{{ site.bio|raw }}
+
\ No newline at end of file