From e35a69216e7212890febdd201c1929f1a01b5916 Mon Sep 17 00:00:00 2001 From: Robert Basic Date: Mon, 28 Mar 2016 13:44:02 +0200 Subject: [PATCH] docs: Document lastmod variable Fixes #1351 --- docs/content/templates/variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index c275beb7e..8daf3d854 100644 --- a/docs/content/templates/variables.md +++ b/docs/content/templates/variables.md @@ -33,6 +33,7 @@ matter, content or derived from file location. **.Description** The description for the content.
**.Keywords** The meta keywords for this content.
**.Date** The date the content is associated with.
+**.Lastmod** The date the content was last modified.
**.PublishDate** The date the content is published on.
**.Type** The content [type](/content/types/) (e.g. post).
**.Section** The [section](/content/sections/) this content belongs to.
@@ -103,6 +104,7 @@ includes taxonomies, lists and the homepage. **.Title** The title for the content.
**.Date** The date the content is published on.
+**.Lastmod** The date the content was last modified.
**.Permalink** The Permanent link for this node
**.URL** The relative URL for this node.
**.Ref(ref)** Returns the permalink for `ref`. See [cross-references]({{% ref "extras/crossreferences.md" %}}). Does not handle in-page fragments correctly.