ananke/layouts/partials
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
..
svg Add a link to "mastodon" (#159) 2019-03-04 17:25:39 -05:00
i18nlist.html add basic support for post translations (#144) 2019-01-07 19:51:26 -05:00
menu-contextual.html Fix TOC header (#168) 2019-03-26 16:45:46 -04:00
new-window-icon.html Open social media links in new tab and add Medium icon (#143) 2018-11-27 18:44:27 -05:00
page-header.html Optimisation "partialCached" (#165) 2019-03-21 19:13:18 -04:00
site-favicon.html Favicons (#54) 2017-09-27 07:52:26 -04:00
site-footer.html Add global background color class to footer 2018-11-04 14:14:24 -05:00
site-header.html Optimisation "partialCached" (#165) 2019-03-21 19:13:18 -04:00
site-navigation.html add basic support for post translations (#144) 2019-01-07 19:51:26 -05:00
site-scripts.html Fix asset paths when baseURL has sub-folder (#103) 2018-05-17 16:54:40 -04:00
social-follow.html Add a link to "mastodon" (#159) 2019-03-04 17:25:39 -05:00
summary-with-image.html add i18n translation support (#156) 2019-02-23 08:30:18 -05:00
summary.html improve terms template 2017-04-19 20:00:11 -04:00
tags.html Pre-2.0 Enhancements (#94) 2018-04-09 12:33:10 -04:00