mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
docs: Fix typo in templates/functions.md
This commit is contained in:
@@ -563,7 +563,7 @@ We can limit the number of matches in that list with a third parameter. Let's sa
|
|||||||
</ul>
|
</ul>
|
||||||
{{ end }}
|
{{ 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
|
### replace
|
||||||
Replaces all occurrences of the search string with the replacement string.
|
Replaces all occurrences of the search string with the replacement string.
|
||||||
|
Reference in New Issue
Block a user