simplified buildSite & better error handling around it

This commit is contained in:
spf13
2013-10-09 19:06:47 -04:00
parent 0318f7c149
commit f5fda80486
4 changed files with 12 additions and 14 deletions

View File

@@ -19,9 +19,9 @@ import (
)
type Node struct {
RSSlink template.HTML
Site SiteInfo
// layout string
RSSlink template.HTML
Site SiteInfo
// layout string
Data map[string]interface{}
Title string
Description string