Commit Graph
1 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