Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-26 20:41:36 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-26 20:41:36 +0300
commit876e5f67b14a3707b757fd008bbcc7792057c69d (patch)
treef0aa763b744e78ad6f558e2ceff30984f991a538 /docs/content/en/templates
parent9bc6187b8337c4a370bd3f21130a764d9ef6f7b3 (diff)
parentc2037f0c9a3a35b9db9c404f6b5f94ec8b690a53 (diff)
Merge commit 'c2037f0c9a3a35b9db9c404f6b5f94ec8b690a53'
Diffstat (limited to 'docs/content/en/templates')
-rw-r--r--docs/content/en/templates/files.md2
-rw-r--r--docs/content/en/templates/lists.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/templates/files.md b/docs/content/en/templates/files.md
index c853cfbd4..6b898fe73 100644
--- a/docs/content/en/templates/files.md
+++ b/docs/content/en/templates/files.md
@@ -1,7 +1,7 @@
---
title: Local File Templates
linktitle: Local File Templates
-description: Hugo's `readerDir` and `readFile` functions make it easy to traverse your project's directory structure and write file contents to your templates.
+description: Hugo's `readDir` and `readFile` functions make it easy to traverse your project's directory structure and write file contents to your templates.
godocref: https://golang.org/pkg/os/#FileInfo
date: 2017-02-01
publishdate: 2017-02-01
diff --git a/docs/content/en/templates/lists.md b/docs/content/en/templates/lists.md
index 91df60704..34c9e6d5a 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](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" . }}