mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-15 03:17:40 +01:00
21 lines
730 B
HTML
21 lines
730 B
HTML
{#-
|
|
This file was automatically generated - do not edit
|
|
-#}
|
|
{% import ".icons/material/chevron-double-left.svg" as icon_first %}
|
|
{% import ".icons/material/chevron-left.svg" as icon_previous %}
|
|
{% import ".icons/material/chevron-right.svg" as icon_next %}
|
|
{% import ".icons/material/chevron-double-right.svg" as icon_last %}
|
|
<nav class="md-pagination">
|
|
{{
|
|
pagination({
|
|
"link_attr": { "class": "md-pagination__link" },
|
|
"curpage_attr": { "class": "md-pagination__current" },
|
|
"dotdot_attr": { "class": "md-pagination__dots" },
|
|
"symbol_first": icon_first,
|
|
"symbol_previous": icon_previous,
|
|
"symbol_next": icon_next,
|
|
"symbol_last": icon_last
|
|
})
|
|
}}
|
|
</nav>
|