Renamed about-author to about_author
This commit is contained in:
parent
2e55937a10
commit
855aaeefc6
|
@ -1,4 +1,4 @@
|
|||
{% extends 'default.html.twig' %}
|
||||
{% extends 'default.html.twig' %}
|
||||
|
||||
{% block body_classes 'page--blog page--blog__post' %}
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
|
||||
{% include 'about-author' %}
|
||||
{% include 'about_author' %}
|
||||
|
||||
{% if page.next_post or page.previous_post %}
|
||||
<ul>
|
||||
|
|
Reference in a new issue