1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00

Make Sitemap & Robots.txt use new schema

This commit is contained in:
Harvey Kandola 2018-09-19 16:38:05 +01:00
parent 4f0cc2f616
commit 3ea6ae3c37
8 changed files with 458 additions and 46 deletions

View file

@ -91,7 +91,7 @@ type SitemapDocument struct {
DocumentID string
Document string
SpaceID string
Folder string
Space string
Revised time.Time
}