diff --git a/content/content-management/content-sections.md b/content/content-management/content-sections.md index febe1bb84..3c7a96cfb 100644 --- a/content/content-management/content-sections.md +++ b/content/content-management/content-sections.md @@ -51,7 +51,7 @@ Hugo will automatically create pages for each section root that list all of the As of Hugo v0.18, section pages can also have a content file and front matter. These section content files must be placed in their corresponding section folder and named `_index.md` in order for Hugo to correctly render the front matter and content. {{% warning "`index.md` vs `_index.md`" %}} -Hugo themes developed before v0.18 often used an `index.md` in a content section as a hack to emulate the behavior of `_index.md`. The hack may work...*sometimes*; however, the order of page rendering can be unpredictable in Hugo. What works now may fail to render appropriately as your site grows. It is **strongly advised** to use `_index.md` as the *preferred* content section index page. **Note:** `_index.md`'s layout, as representative of a section, is a [list template](/templates/list-and-section-templates/) and *not* a single template. +Hugo themes developed before v0.18 often used an `index.md` in a content section as a hack to emulate the behavior of `_index.md`. The hack may work...*sometimes*; however, the order of page rendering can be unpredictable in Hugo. What works now may fail to render appropriately as your site grows. It is **strongly advised** to use `_index.md` as the *preferred* content section index page. **Note:** `_index.md`'s layout, as representative of a section, is a [list template](/templates/list-and-section-templates/) and *not* a [single template](/templates/single-page-templates/). {{% /warning %}} ## Content *Section* vs Content *Type* diff --git a/themes/hugodocs/pipeline/scss/components/_breadcrumb.scss b/themes/hugodocs/pipeline/scss/components/_breadcrumb.scss index 86f385cf0..465b553bc 100644 --- a/themes/hugodocs/pipeline/scss/components/_breadcrumb.scss +++ b/themes/hugodocs/pipeline/scss/components/_breadcrumb.scss @@ -93,5 +93,5 @@ } } } - + } }