mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Added a missing closing tag
This commit is contained in:
committed by
Anthony Fok
parent
f22d59bb19
commit
38c5db98b5
@@ -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
|
||||
|
Reference in New Issue
Block a user