Add Lastmod field
authorJuan B. Rodriguez <jbrodriguez@gmail.com>
Thu, 14 May 2015 20:06:36 +0000 (15:06 -0500)
committerbep <bjorn.erik.pedersen@gmail.com>
Fri, 15 May 2015 11:09:30 +0000 (13:09 +0200)
commit3882e7ceaf818e295fdc652377af914bb60faf7f
tree37337c9a05a568b716bb3a10f70aab43f69a4e62
parentbe534a865ddceb8f95ba20e072f136c842176623
Add Lastmod field

Create new field in Node
Update Page to look for lastmod field in the front matter. If not present, then assign Date to Lastmod
Update Site, to assign a value to Lastmod (based on the same logic used for Date)

Fixes #733
hugolib/node.go
hugolib/page.go
hugolib/site.go