hugo/hugolib
Austin Ziegler 8cc7684a91 Change the type of .Site.Author from…
…`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`.
2014-11-02 00:45:33 -04:00
..
benchmark_test.go
handler_file.go
handler_page.go
handlers.go
menu.go Implement HasMenuCurrent and IsMenuCurrent for Nodes 2014-11-01 22:34:49 -04:00
menu_test.go Implement HasMenuCurrent and IsMenuCurrent for Nodes 2014-11-01 22:34:49 -04:00
node.go Implement HasMenuCurrent and IsMenuCurrent for Nodes 2014-11-01 22:34:49 -04:00
page.go
page_permalink_test.go
page_taxonomy_test.go
page_test.go
page_time_integration_test.go
pageGroup.go Add sort and grouping functions for publish date and param of Page 2014-11-01 22:41:04 -04:00
pageSort.go Add sort and grouping functions for publish date and param of Page 2014-11-01 22:41:04 -04:00
path_seperators_test.go
path_seperators_windows_test.go
permalinks.go Change permalink validation and substitution. 2014-11-02 00:43:01 -04:00
permalinks_test.go Change permalink validation and substitution. 2014-11-02 00:43:01 -04:00
planner.go
redis.cn.md
rss_test.go
shortcode.go
shortcode_test.go
site.go Change the type of .Site.Author from… 2014-11-02 00:45:33 -04:00
site_show_plan_test.go
site_test.go Add sort and grouping functions for publish date and param of Page 2014-11-01 22:41:04 -04:00
site_url_test.go
siteinfo_test.go
sitemap.go
sitemap_test.go
summary.go
taxonomy.go
taxonomy_test.go
template.go Extend template's mod and modBool functions to accept any int types 2014-11-01 23:00:46 -04:00
template_embedded.go
template_test.go Extend template's mod and modBool functions to accept any int types 2014-11-01 23:00:46 -04:00