hugo/tpl/internal/go_templates
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
..
cfg tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
fmtsort tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
htmltemplate Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
testenv Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
texttemplate Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00