Files
hugo/resources
Bjørn Erik Pedersen ade7ec8187 Add Page.RenderShortcodes
A layouts/shortcodes/include.html shortcode may look like this:

```html
{{ $p := site.GetPage (.Get 0) }}
{{ $p.RenderShortcodes }}
```

Fixes #7297
2023-08-03 20:00:57 +02:00
..
2023-07-28 15:14:24 +02:00
2023-08-03 20:00:57 +02:00
2023-02-25 19:53:18 +01:00