mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-03 14:51:22 +00:00
…`map[string]string` to `map[string]interface{}`. This allows values other than `string` values to be saved to Author, such as: ```toml # config.toml … [Author] name = "Austin Ziegler" social-site = [ "Facebook", "Twitter", "GitHub" ] ``` My specific use-case is that I’m trying to make something work similar whether it’s specified in `.Params.Author` or in `.Site.Author` without introducing `.Site.Params.Author`. |
||
---|---|---|
.. | ||
benchmark_test.go | ||
handler_file.go | ||
handler_page.go | ||
handlers.go | ||
menu.go | ||
menu_test.go | ||
node.go | ||
page.go | ||
page_permalink_test.go | ||
page_taxonomy_test.go | ||
page_test.go | ||
page_time_integration_test.go | ||
pageGroup.go | ||
pageSort.go | ||
path_seperators_test.go | ||
path_seperators_windows_test.go | ||
permalinks.go | ||
permalinks_test.go | ||
planner.go | ||
redis.cn.md | ||
rss_test.go | ||
shortcode.go | ||
shortcode_test.go | ||
site.go | ||
site_show_plan_test.go | ||
site_test.go | ||
site_url_test.go | ||
siteinfo_test.go | ||
sitemap.go | ||
sitemap_test.go | ||
summary.go | ||
taxonomy.go | ||
taxonomy_test.go | ||
template.go | ||
template_embedded.go | ||
template_test.go |