1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-29 10:09: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 d67767fcfc
4 changed files with 46 additions and 45 deletions

View file

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