mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Document Page.RawContent in templates/variables/
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c9fc0e786f
commit
24c8226cbf
@@ -49,6 +49,7 @@ matter, content or derived from file location.
|
|||||||
**.WordCount** The number of words in the content.<br>
|
**.WordCount** The number of words in the content.<br>
|
||||||
**.ReadingTime** The estimated time it takes to read the content in minutes.<br>
|
**.ReadingTime** The estimated time it takes to read the content in minutes.<br>
|
||||||
**.Weight** Assigned weight (in the front matter) to this content, used in sorting.<br>
|
**.Weight** Assigned weight (in the front matter) to this content, used in sorting.<br>
|
||||||
|
**.RawContent** Raw Markdown content without the metadata header. Useful with [remarkjs.com](http://remarkjs.com)<br>
|
||||||
**.IsNode** Always false for pages.<br>
|
**.IsNode** Always false for pages.<br>
|
||||||
**.IsPage** Always true for page.<br>
|
**.IsPage** Always true for page.<br>
|
||||||
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.<br>
|
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.<br>
|
||||||
|
Reference in New Issue
Block a user