mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
73483d0f9e
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 |
||
---|---|---|
.. | ||
_default | ||
shortcodes | ||
alias.html | ||
disqus.html | ||
google_analytics.html | ||
google_analytics_async.html | ||
google_news.html | ||
opengraph.html | ||
pagination.html | ||
schema.html | ||
twitter_cards.html |