This commit is contained in:
Henrique Dias
2015-09-20 10:33:23 +01:00
parent 0ac1f84f60
commit 125666b5c5
78 changed files with 7472 additions and 47 deletions

View File

@@ -13,7 +13,9 @@ type Config struct {
// ParseHugo parses the configuration file
func ParseHugo(c *setup.Controller) (*Config, error) {
conf := &Config{}
conf := &Config{
Styles: "",
}
for c.Next() {
for c.NextBlock() {