hugo/tpl
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
..
cast
collections tpl/collections: Add BenchmarkWhereOps 2023-07-28 10:08:13 +02:00
compare
crypto
css
data Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
debug
diagrams
encoding
fmt Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
hugo
images Make imageConfig work with modules 2023-07-08 17:20:18 +02:00
inflect
internal Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
js
lang
math
openapi
os
page
partials
path
reflect
resources
safe
site
strings Add a common regexp cache 2023-07-27 19:23:12 +02:00
templates
time
tplimpl tpl/tplimpl: Fix typo in global variable name 2023-06-26 15:12:21 +02:00
transform
urls
template.go Add Page.RenderShortcodes 2023-08-03 20:00:57 +02:00
template_info.go
template_test.go