mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
SiteInfo is now a pointer on the Node
This commit is contained in:
@@ -41,7 +41,7 @@ func TestPermalink(t *testing.T) {
|
||||
Section: "z",
|
||||
Url: test.url,
|
||||
},
|
||||
Site: SiteInfo{
|
||||
Site: &SiteInfo{
|
||||
BaseUrl: test.base,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user