5 Commits

Author SHA1 Message Date
Lars Kellogg-Stedman
ac8b097d82
Fix reference to "framed" parameter
Previously, `layouts/_default/index.html` was referencing `.Params.framed`,
which looks for the `framed` parameter in the local document metadata,
rather than in the site configuration.

This commit replaces it with `$.Site.Params.framed`, allowing you to frame
the index content by setting in `config.toml`:

```
[params]
framed = true
```
2023-02-14 16:22:30 -05:00
T2hhbmEK
1093ce9610
fix summary not showing 2023-01-21 23:20:14 +08:00
panr
855855cd60 Fix .Lastmod context 2022-10-24 16:31:41 +02:00
panr
ea5c6aa798 Update templates and README 2022-10-22 13:30:32 +02:00
panr
56791937ff init module 2022-06-21 15:50:51 +02:00