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
..
2022-06-21 15:50:51 +02:00
2023-02-14 16:22:30 -05:00
2023-01-21 23:20:14 +08:00
2022-06-21 15:50:51 +02:00
2022-06-21 15:50:51 +02:00