]> git.maquefel.me Git - brevno-suite/hugo/commit
Add a page template func
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 25 Feb 2023 08:24:59 +0000 (09:24 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 25 Feb 2023 18:53:18 +0000 (19:53 +0100)
commitce524d0b5ebaef05d29fa368465f31358f26dcda
treee5df54a5deeefacbff4916d3619f85c2cb341b01
parent2662faf61ff0240be1ee0d6c496b6b4a6ed55fb4
Add a page template func

Fixes #9339
54 files changed:
commands/server.go
common/hreflect/helpers.go
hugolib/alias.go
hugolib/hugo_sites.go
hugolib/page__per_output.go
hugolib/site.go
hugolib/site_render.go
markup/converter/converter.go
markup/converter/hooks/hooks.go
markup/goldmark/codeblocks/render.go
markup/goldmark/render_hooks.go
markup/highlight/highlight.go
resources/errorResource.go
resources/page/pagegroup.go
resources/resource.go
resources/resource_transformers/templates/execute_as_template.go
resources/transform.go
tpl/cast/init.go
tpl/collections/apply.go
tpl/collections/init.go
tpl/compare/init.go
tpl/crypto/init.go
tpl/css/css.go
tpl/data/init.go
tpl/debug/init.go
tpl/diagrams/init.go
tpl/encoding/init.go
tpl/fmt/init.go
tpl/hugo/init.go
tpl/images/init.go
tpl/inflect/init.go
tpl/internal/go_templates/texttemplate/hugo_template.go
tpl/internal/templatefuncsRegistry.go
tpl/js/init.go
tpl/lang/init.go
tpl/math/init.go
tpl/openapi/openapi3/init.go
tpl/os/init.go
tpl/page/init.go [new file with mode: 0644]
tpl/page/integration_test.go [new file with mode: 0644]
tpl/partials/init.go
tpl/path/init.go
tpl/reflect/init.go
tpl/resources/init.go
tpl/resources/resources.go
tpl/safe/init.go
tpl/site/init.go
tpl/strings/init.go
tpl/template.go
tpl/templates/init.go
tpl/time/init.go
tpl/tplimpl/template.go
tpl/transform/init.go
tpl/urls/init.go