mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 23:40:40 +02:00
SiteInfo is now a pointer on the Node
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
|
||||
type Node struct {
|
||||
RSSLink template.HTML
|
||||
Site SiteInfo
|
||||
Site *SiteInfo
|
||||
// layout string
|
||||
Data map[string]interface{}
|
||||
Title string
|
||||
|
Reference in New Issue
Block a user