From: Marc-Antoine Ruel Date: Thu, 2 Jul 2015 15:58:38 +0000 (-0400) Subject: Document Page.RawContent in templates/variables/ X-Git-Tag: v0.15~306 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=24c8226cbfd0c844c79937e0ccd58d8e899a3b4f;p=brevno-suite%2Fhugo Document Page.RawContent in templates/variables/ --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index 8506fb1d..cfe010e3 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -49,6 +49,7 @@ matter, content or derived from file location. **.WordCount** The number of words in the content.
**.ReadingTime** The estimated time it takes to read the content in minutes.
**.Weight** Assigned weight (in the front matter) to this content, used in sorting.
+**.RawContent** Raw Markdown content without the metadata header. Useful with [remarkjs.com](http://remarkjs.com)
**.IsNode** Always false for pages.
**.IsPage** Always true for page.
**.Site** See [Site Variables]({{< relref "#site-variables" >}}) below.