mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
517 B
517 B
title, linkTitle, description, categories, keywords, menu, function, relatedFunctions, aliases
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
transform.Plainify | plainify | Returns a string with all HTML tags removed. |
|
|
|
|
{{ "<b>BatMan</b>" | plainify }} → "BatMan"
See also the .PlainWords
, .Plain
, and .RawContent
page variables.