From f7b2e532e21c74a0825b39332ec595b95c1f6b23 Mon Sep 17 00:00:00 2001 From: Hanchen Wang Date: Wed, 11 May 2016 10:17:33 -0400 Subject: [PATCH] docs: Add ExpiryDate to the list of variables --- docs/content/templates/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index ec72d9652..a81b990d3 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -35,6 +35,7 @@ matter, content or derived from file location. **.Date** The date the content is associated with.
**.Lastmod** The date the content was last modified.
**.PublishDate** The date the content is published on.
+**.ExpiryDate** The date where the content is scheduled to expire on.
**.Type** The content [type](/content/types/) (e.g. post).
**.Section** The [section](/content/sections/) this content belongs to.
**.Permalink** The Permanent link for this page.