From 8c54f45d6ee0734f0028a9f23b6b7247bb1e02d0 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 12 Mar 2019 20:18:00 +0000 Subject: [PATCH] Add missing punctuation --- content/en/templates/lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/lists.md b/content/en/templates/lists.md index 91df60704..34c9e6d5a 100644 --- a/content/en/templates/lists.md +++ b/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](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`. {{< code file="layouts/section/posts.html" >}} {{ partial "header.html" . }}