Add base Sitemap support

This commit is contained in:
Vincent Batoufflet
2014-05-06 12:50:23 +02:00
committed by spf13
parent 179225449c
commit f8e675d064
5 changed files with 71 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ type Node struct {
Keywords []string
Params map[string]interface{}
Date time.Time
Sitemap Sitemap
UrlPath
}