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 tpl/embedded: Exclude pages without Permalink from sitemap 2021-02-06 18:30:09 +01:00
shortcodes Upgrade Instagram shortcode 2021-06-08 10:30:45 +02:00
alias.html Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
disqus.html tpl/tplimpl: Replace deprecated .GetParam usage 2019-04-09 16:39:12 +02:00
google_analytics.html Add support for Google Analytics v4 2021-03-03 13:30:06 +01:00
google_analytics_async.html tpl/tmplimpl: Add MIME type to embedded JS 2018-08-06 23:11:53 +02:00
google_news.html tpl: Set permission of embedded templates to 0644 2018-07-09 12:57:08 -06:00
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 tpl: Make the build green again 2021-02-18 18:17:43 +01:00
twitter_cards.html Remove .Site.Authors from embedded templates 2021-04-29 17:07:05 +02:00