Set s.Info.LastChange to Lastmod

Set sitemap.xml <lastmod> field to Lastmod.

See #733
This commit is contained in:
Juan B. Rodriguez
2015-05-14 16:58:14 -05:00
committed by bep
parent 3882e7ceaf
commit d0a4645a34
2 changed files with 3 additions and 3 deletions

View File

@@ -697,7 +697,7 @@ func (s *Site) BuildSiteMeta() (err error) {
s.assembleTaxonomies()
s.assembleSections()
s.Info.LastChange = s.Pages[0].Date
s.Info.LastChange = s.Pages[0].Lastmod
return
}