From afa22395fee11c58c5efc902b377d5ecf1751dcc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 13 Sep 2015 23:36:54 +0100 Subject: [PATCH] Change post_header to post-header --- .../_includes/{post_header.html.twig => post-header.html.twig} | 0 source/_layouts/post.html.twig | 2 +- source/blog.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename source/_includes/{post_header.html.twig => post-header.html.twig} (100%) diff --git a/source/_includes/post_header.html.twig b/source/_includes/post-header.html.twig similarity index 100% rename from source/_includes/post_header.html.twig rename to source/_includes/post-header.html.twig diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index f7694a425..c542ea18f 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -2,7 +2,7 @@ {% block content_wrapper %}
- {% include 'post_header' %} + {% include 'post-header' %} {% block content %}{% endblock content %} diff --git a/source/blog.html b/source/blog.html index 0aacbeeca..086f49dd1 100644 --- a/source/blog.html +++ b/source/blog.html @@ -14,7 +14,7 @@ use: