Skip to content

Commit 877694a

Browse files
committed
fix sitemap
1 parent 943086a commit 877694a

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

build.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ function main()
3535
sitemap:print([[
3636
<url>
3737
<loc>%s</loc>
38-
<lastmod>2020-07-10T01:37:22+00:00</lastmod>
38+
<lastmod>%s</lastmod>
3939
</url>
40-
]], url)
40+
]], url, mtime(markdown))
4141
end
4242
end
4343
sitemap:print("</urlset>")

0 commit comments

Comments
 (0)