mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
simplified buildSite & better error handling around it
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user