Files
hugo/tpl
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
..
2020-12-03 13:12:58 +01:00
2020-12-16 12:11:32 +01:00
2020-12-03 13:12:58 +01:00
2021-06-07 19:11:03 +02:00
2020-07-02 09:04:46 +02:00
2021-06-07 19:11:03 +02:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2021-02-14 18:30:59 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2021-05-28 20:38:45 +02:00
2021-01-23 00:39:14 +01:00
2021-01-08 20:01:11 +01:00
2020-12-03 13:12:58 +01:00
2020-12-30 17:32:25 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-03 13:12:58 +01:00
2020-12-16 12:11:32 +01:00
2020-12-16 12:11:32 +01:00