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

@@ -20,7 +20,7 @@ import (
type Node struct {
RSSLink template.HTML
Site SiteInfo
Site *SiteInfo
// layout string
Data map[string]interface{}
Title string