jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site

Home Page:http://rubygems.org/gems/jekyll-sitemap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about <lastmod>

zhandosweb opened this issue · comments

Hello!

Please, let me ask one question.

In documentation written, that the <lastmod> based on the date of the file changes in a filesystem.

It means, that <lastmod> is always dynamically? If I edit some post, then upload changes to hosting, <lastmod> date will change automatically?

I use jekyll-last-modified-at plugin too.

Sorry for the bad English, I'm still learning. I believe, that you understand me. And thank you for your work!

<lastmod> is rendered based on the value reported by jekyll-last-modified-at.
So if the plugin outputs a different timestamp, the sitemap will be updated accordingly.