hugo/tpl/internal
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
..
go_templates Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
resourcehelpers Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
templatefuncRegistry_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
templatefuncsRegistry.go all: Replace deprecated ioutil with io and os 2023-06-01 17:52:21 +02:00