From 855aaeefc65ca80db2f8dbc1501d9e57cd78a48f Mon Sep 17 00:00:00 2001
From: Oliver Davies
Date: Sun, 9 Aug 2015 01:41:27 +0100
Subject: [PATCH] Renamed about-author to about_author
---
source/_layouts/post.html.twig | 4 ++--
.../{about-author.html.twig => about_author.html.twig} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename source/_partials/{about-author.html.twig => about_author.html.twig} (100%)
diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig
index a31a4d55..d3517b25 100644
--- a/source/_layouts/post.html.twig
+++ b/source/_layouts/post.html.twig
@@ -1,4 +1,4 @@
-{% extends 'default.html.twig' %}
+ {% extends 'default.html.twig' %}
{% block body_classes 'page--blog page--blog__post' %}
@@ -27,7 +27,7 @@
{% endif %}
- {% include 'about-author' %}
+ {% include 'about_author' %}
{% if page.next_post or page.previous_post %}
diff --git a/source/_partials/about-author.html.twig b/source/_partials/about_author.html.twig
similarity index 100%
rename from source/_partials/about-author.html.twig
rename to source/_partials/about_author.html.twig