mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Added a missing closing tag
This commit is contained in:
parent
f22d59bb19
commit
38c5db98b5
1 changed files with 1 additions and 1 deletions
|
@ -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 "<p>Blockhead</p>\n"` → `"<p>Blockhead</p>"`
|
||||
e.g., `{{chomp "<p>Blockhead</p>\n"}}` → `"<p>Blockhead</p>"`
|
||||
|
||||
|
||||
### dateFormat
|
||||
|
|
Loading…
Reference in a new issue