docs: Fix typo in templates/functions.md - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit dae6a4539f30fb25bc06573471e1f231efc8f282
DIR parent 19aff029b1b9b285cf6987860e9bd3b759853acc
HTML Author: digitalcraftsman <digitalcraftsman@users.noreply.github.com>
Date: Sat, 4 Feb 2017 22:23:57 +0100
docs: Fix typo in templates/functions.md
Diffstat:
M docs/content/templates/functions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md
@@ -563,7 +563,7 @@ We can limit the number of matches in that list with a third parameter. Let's sa
</ul>
{{ end }}
-First, we try to find all second-level headers and generate a list if at least one header was found. `plainify` strips the HTML and `urlize` converts the header into an a valid URL.
+First, we try to find all second-level headers and generate a list if at least one header was found. `plainify` strips the HTML and `urlize` converts the header into a valid URL.
### replace
Replaces all occurrences of the search string with the replacement string.