Commit graph

6 commits

Author SHA1 Message Date
Konrad Kleine
e956994e13 Fix TOC header ()
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
Jan Steinke
76e4b7174a add i18n translation support ()
* add initial translation

* readd _copy params to templates
2019-02-23 08:30:18 -05:00
Bud Parr
1f3b6f5598
Pre-2.0 Enhancements ()
2.0 Enhancements

- Improve template structure
- Fixed issue where flexbox was configured improperly and the side column expanded with longer content.
- No longer assume that posts are called "post"
- Simplify tag handling
- Improve related posts handling
- Support native Table of contents (if declared in params)
- Add DISQUS commenting (if disqusShortname added to config)
- Uses Hugo's Related content feature 
- Add asset hashing to Webpack for performance
2018-04-09 12:33:10 -04:00
Bud Parr
8f4c3b571d
use better class names 2017-05-02 08:16:53 -04:00
Bud Parr
53df85690d
wip clean up and annotations 2017-04-14 12:37:12 -04:00
Bud Parr
6331805b90
clean up layouts 2017-04-13 23:01:23 -04:00