From: Maxime Michel Date: Thu, 10 Dec 2015 20:01:19 +0000 (+0100) Subject: Added a missing closing tag X-Git-Tag: v0.16~524 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=38c5db98;p=brevno-suite%2Fhugo Added a missing closing tag --- diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 18c8b3ae..1e293a88 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -362,7 +362,7 @@ e.g. ### chomp Removes any trailing newline characters. Useful in a pipeline to remove newlines added by other processing (including `markdownify`). -e.g., `{{chomp "

Blockhead

\n"` → `"

Blockhead

"` +e.g., `{{chomp "

Blockhead

\n"}}` → `"

Blockhead

"` ### dateFormat