SiteInfo is now a pointer on the Node

This commit is contained in:
spf13 2014-05-28 19:11:54 -04:00
parent 7a8b754cad
commit 35a605976e
3 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ func TestPermalink(t *testing.T) {
Section: "z",
Url: test.url,
},
Site: SiteInfo{
Site: &SiteInfo{
BaseUrl: test.base,
},
},