hugo/hugolib
Phil Pennock 280df4e380 Fix Viperized .Site.Params
git bisect identified 62dd1d4 as the breaking commit; when
github.com/spf13/viper was introduced, the Params field was always
empty.

Given a map in YAML in Viper, the return type is
`map[interface{}]interface{}`, _not_ `map[string]interface{}`, even if
`.SetDefault()` has been called with an item of
`map[string]interface{}{}` so the cast assertion on the `.Get("Params")`
always failed.
2014-05-28 18:15:23 -04:00
..
benchmark_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
menu.go Pre and Post in Menu are type HTML 2014-05-27 18:34:29 -04:00
node.go Fixing issue when two menu items have the same name. 2014-05-14 18:08:11 -04:00
page.go Fixing issue when two menu items have the same name. 2014-05-14 18:08:11 -04:00
page_permalink_test.go
page_taxonomy_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
page_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
page_time_integration_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
pageSort.go
path_seperators_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
path_seperators_windows_test.go
permalinks.go Allow to use filename in permalinks 2014-05-28 17:59:49 -04:00
permalinks_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
planner.go
redis.cn.md
rss_test.go
shortcode.go
shortcode_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
site.go Fix Viperized .Site.Params 2014-05-28 18:15:23 -04:00
site_show_plan_test.go
site_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
site_url_test.go
siteinfo_test.go Fix permalink functionality, which was broken in 62dd1d4. 2014-05-12 15:47:52 -04:00
sitemap.go Add Sitemaps config values handling 2014-05-09 23:11:33 -04:00
sitemap_test.go Add Sitemap testing 2014-05-09 23:11:42 -04:00
summary.go
taxonomy.go
taxonomy_test.go permitting empty files again. Fixing some tests to now pass. 2014-05-01 14:11:56 -04:00
template.go Make template comparison functions handle floats 2014-05-10 15:38:18 -04:00
template_embedded.go Add Sitemaps config values handling 2014-05-09 23:11:33 -04:00
template_test.go Make template comparison functions handle floats 2014-05-10 15:38:18 -04:00