From 2e55937a10407d6f914fe7ab7d5eee585327a75f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Aug 2015 01:39:52 +0100 Subject: [PATCH] Renamed post-header to post_header --- source/_layouts/post.html.twig | 2 +- .../_partials/{post-header.html.twig => post_header.html.twig} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename source/_partials/{post-header.html.twig => post_header.html.twig} (100%) diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 55444a82..a31a4d55 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -4,7 +4,7 @@ {% block content_wrapper %}
- {% include 'post-header' %} + {% include 'post_header' %} {% block content %}{% endblock %} diff --git a/source/_partials/post-header.html.twig b/source/_partials/post_header.html.twig similarity index 100% rename from source/_partials/post-header.html.twig rename to source/_partials/post_header.html.twig