mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Add ExpiryDate to the list of variables
This commit is contained in:
parent
448f0306d7
commit
f7b2e532e2
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ matter, content or derived from file location.
|
||||||
**.Date** The date the content is associated with.<br>
|
**.Date** The date the content is associated with.<br>
|
||||||
**.Lastmod** The date the content was last modified.<br>
|
**.Lastmod** The date the content was last modified.<br>
|
||||||
**.PublishDate** The date the content is published on.<br>
|
**.PublishDate** The date the content is published on.<br>
|
||||||
|
**.ExpiryDate** The date where the content is scheduled to expire on.<br>
|
||||||
**.Type** The content [type](/content/types/) (e.g. post).<br>
|
**.Type** The content [type](/content/types/) (e.g. post).<br>
|
||||||
**.Section** The [section](/content/sections/) this content belongs to.<br>
|
**.Section** The [section](/content/sections/) this content belongs to.<br>
|
||||||
**.Permalink** The Permanent link for this page.<br>
|
**.Permalink** The Permanent link for this page.<br>
|
||||||
|
|
Loading…
Reference in a new issue