From: Robert Basic Date: Mon, 28 Mar 2016 11:44:02 +0000 (+0200) Subject: docs: Document lastmod variable X-Git-Tag: v0.16~148 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e35a69216e7212890febdd201c1929f1a01b5916;p=brevno-suite%2Fhugo docs: Document lastmod variable Fixes #1351 --- diff --git a/docs/content/templates/variables.md b/docs/content/templates/variables.md index c275beb7..8daf3d85 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.