summaryrefslogtreecommitdiffstats
path: root/docs/content/en/variables/page.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-14 12:58:42 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-14 12:58:42 +0100
commitc707b71cdf343b8e19b8682a67aa90fee1d21c3f (patch)
treec08884d25b691bf3caea63a0a5e77c1e5e11fbb9 /docs/content/en/variables/page.md
parentb0a9cf0a759e63309ac7e37bb90de161b3ebc051 (diff)
parent230a495941b191af0bdaa7e2fc8c61607cb38207 (diff)
Diffstat (limited to 'docs/content/en/variables/page.md')
-rw-r--r--docs/content/en/variables/page.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/content/en/variables/page.md b/docs/content/en/variables/page.md
index 79b1447f8..b489bd9e2 100644
--- a/docs/content/en/variables/page.md
+++ b/docs/content/en/variables/page.md
@@ -48,9 +48,6 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
.Description
: the description for the page.
-.Dir
-: the path of the folder containing this content file. The path is relative to the `content` folder.
-
.Draft
: a boolean, `true` if the content is marked as a draft in the front matter.
@@ -63,9 +60,6 @@ See [`.Scratch`](/functions/scratch/) for page-scoped, writable variables.
.FuzzyWordCount
: the approximate number of words in the content.
-.Hugo
-: see [Hugo Variables](/variables/hugo/).
-
.IsHome
: `true` in the context of the [homepage](/templates/homepage/).
@@ -132,9 +126,6 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo].
.PublishDate
: the date on which the content was or will be published; `.Publishdate` pulls from the `publishdate` field in a content's front matter. See also `.ExpiryDate`, `.Date`, and `.Lastmod`.
-.RSSLink (deprecated)
-: link to the page's RSS feed. This is deprecated. You should instead do something like this: `{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}`.
-
.RawContent
: raw markdown content without the front matter. Useful with [remarkjs.com](
https://remarkjs.com)
@@ -185,9 +176,6 @@ https://remarkjs.com)
.Type
: the [content type](/content-management/types/) of the content (e.g., `posts`).
-.UniqueID (deprecated)
-: the MD5-checksum of the content file's path. This variable is deprecated and will be removed, use `.File.UniqueID` instead.
-
.Weight
: assigned weight (in the front matter) to this content, used in sorting.