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 %}