mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
SiteInfo is now a pointer on the Node
This commit is contained in:
parent
7a8b754cad
commit
35a605976e
3 changed files with 5 additions and 5 deletions
|
@ -41,7 +41,7 @@ func TestPermalink(t *testing.T) {
|
|||
Section: "z",
|
||||
Url: test.url,
|
||||
},
|
||||
Site: SiteInfo{
|
||||
Site: &SiteInfo{
|
||||
BaseUrl: test.base,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue