diff --git a/tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/thinking.html b/tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/thinking.html index c436c080f..f2980ddce 100644 --- a/tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/thinking.html +++ b/tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/thinking.html @@ -1,3 +1,3 @@ {% load wagtailcore_tags %} -{% include "patterns/organisms/latest-posts/latest-posts.html" with blogs_section_title=value.title classes="service-section" feature_first=True data_attrs="data-service-section" filter_by=page.filter_by wide=wide hide_title=hide_title %} +{% include "patterns/organisms/latest-posts/latest-posts.html" with blogs_section_title=value.title classes="service-section" feature_first=True data_attrs="data-service-section" filter_by=page.filter_by hide_title=hide_title %} diff --git a/tbx/project_styleguide/templates/patterns/organisms/latest-posts/latest-posts.html b/tbx/project_styleguide/templates/patterns/organisms/latest-posts/latest-posts.html index f7faa8327..03b37d118 100644 --- a/tbx/project_styleguide/templates/patterns/organisms/latest-posts/latest-posts.html +++ b/tbx/project_styleguide/templates/patterns/organisms/latest-posts/latest-posts.html @@ -5,7 +5,7 @@ {% elif blogs_section_title %}id="{{ blogs_section_title|slugify }}"{% endif %} {% if data_attrs %}{{ data_attrs }}{% endif %} > -