hugo/tpl/tplimpl/embedded/templates
Joe Mooring 73483d0f9e
tpl: Add a terse pagination template variant to improve performance
These calls are equivalent:

{{ template "_internal/pagination.html" . }}
{{ template "_internal/pagination.html" (dict "page" .) }}
{{ template "_internal/pagination.html" (dict "page" . "format" "default") }}

To use an alternate format:

{{ template "_internal/pagination.html" (dict "page" . "format" "terse") }}

Fixes #8599
2021-06-08 10:41:21 +02:00
..
_default
shortcodes Upgrade Instagram shortcode 2021-06-08 10:30:45 +02:00
alias.html
disqus.html
google_analytics.html
google_analytics_async.html
google_news.html
opengraph.html Remove .Site.Authors from embedded templates 2021-04-29 17:07:05 +02:00
pagination.html tpl: Add a terse pagination template variant to improve performance 2021-06-08 10:41:21 +02:00
schema.html
twitter_cards.html Remove .Site.Authors from embedded templates 2021-04-29 17:07:05 +02:00