Files
hugo/resources/page
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
..
2019-05-26 19:24:45 +02:00
2023-05-20 17:45:56 +02:00
2023-08-03 20:00:57 +02:00
2023-08-03 20:00:57 +02:00
2020-12-03 13:12:58 +01:00
2023-02-21 17:56:41 +01:00
2023-06-29 10:14:19 +02:00
2023-06-14 12:18:11 +02:00
2023-05-29 14:01:07 +02:00
2023-08-03 20:00:57 +02:00