gohugo-theme-ananke/layouts
Konrad Kleine e956994e13 Fix TOC header (#168)
In English, the translation that is supposed to be shown on top of the table of contents looks like this:

```toml
[whatsInThis]
other = "What's in this {{.Type }}"
```

When it is invoked, there are two mistakes: `{{ i18n "whatsInThis" humanize .Type }}`.

The first mistake is that you cannot call `humanize` in this context. The more severe one is that if you remove `humanize` it will pass the `.Type` directly to the i18n and that tries to extract `.Type` from it.
2019-03-26 16:45:46 -04:00
..
_default Optimisation "partialCached" (#165) 2019-03-21 19:13:18 -04:00
page Pre-2.0 Enhancements (#94) 2018-04-09 12:33:10 -04:00
partials Fix TOC header (#168) 2019-03-26 16:45:46 -04:00
post Improve semantic structure of pages (#151) 2019-01-07 19:41:02 -05:00
shortcodes use better class names 2017-05-02 08:16:53 -04:00
404.html remove unused variable in 404 2017-04-15 09:06:30 -04:00
index.html add i18n translation support (#156) 2019-02-23 08:30:18 -05:00
robots.txt improve robots to use site param 2017-04-15 12:31:22 -04:00