mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-01 04:27:37 +00: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
|
### chomp
|
||||||
Removes any trailing newline characters. Useful in a pipeline to remove newlines added by other processing (including `markdownify`).
|
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
|
### dateFormat
|
||||||
|
|
Loading…
Add table
Reference in a new issue