diff options
Diffstat (limited to 'docs/content/en/templates/lists.md')
-rw-r--r-- | docs/content/en/templates/lists.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/lists.md b/docs/content/en/templates/lists.md index 2c0e383fb..ace5d6ab9 100644 --- a/docs/content/en/templates/lists.md +++ b/docs/content/en/templates/lists.md @@ -162,7 +162,7 @@ The default behavior of Hugo is to pluralize list titles; hence the inflection o ### Section Template -This list template has been modified slightly from a template originally used in [spf13.com](http://spf13.com/). It makes use of [partial templates][partials] for the chrome of the rendered page rather than using a [base template][base]. The examples that follow also use the [content view templates][views] `li.html` or `summary.html`. +This list template has been modified slightly from a template originally used in [spf13.com](https://spf13.com/). It makes use of [partial templates][partials] for the chrome of the rendered page rather than using a [base template][base]. The examples that follow also use the [content view templates][views] `li.html` or `summary.html`. {{< code file="layouts/section/posts.html" >}} {{ partial "header.html" . }} |