diff --git a/templates/common/content_details.html b/templates/common/content-details.html similarity index 100% rename from templates/common/content_details.html rename to templates/common/content-details.html diff --git a/templates/common/content.html b/templates/common/content.html index 2ba5eba..2fcfc2e 100644 --- a/templates/common/content.html +++ b/templates/common/content.html @@ -7,7 +7,7 @@ {% endif %}

{{ page.title }}

Subtitle
-

{% include "common/content_details.html" with page=page %}

+

{% include "common/content-details.html" with page=page %}


{% include_block page.body %} diff --git a/templates/pages/section_index_page.html b/templates/pages/section_index_page.html index 73810af..2ca6e60 100644 --- a/templates/pages/section_index_page.html +++ b/templates/pages/section_index_page.html @@ -25,7 +25,7 @@
{{ child.title }}
- {% include "common/content_details.html" with page=child %} + {% include "common/content-details.html" with page=child %}

{{ child.get_short_body }}