This repository was archived by the owner on May 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ So when you develop layout components, you need to verify that `$pagination` exi
1818:::
1919
2020
21- ### $pagination.pages
21+ ### ` $pagination.pages `
2222
2323Matched pages for current route. example:
2424
@@ -29,27 +29,27 @@ Matched pages for current route. example:
2929]
3030```
3131
32- ### $pagination.length
32+ ### ` $pagination.length `
3333
3434Length of current paginations.
3535
36- ### $pagination.hasPrev
36+ ### ` $pagination.hasPrev `
3737
3838Whether previous pagination page exists.
3939
40- ### $pagination.prevLink
40+ ### ` $pagination.prevLink `
4141
4242Link of previous pagination page.
4343
44- ### $pagination.hasNext
44+ ### ` $pagination.hasNext `
4545
4646Whether next pagination page exists.
4747
48- ### $pagination.nextLink
48+ ### ` $pagination.nextLink `
4949
5050Link of next pagination page.
5151
52- ### $pagination.getSpecificPageLink
52+ ### ` $pagination.getSpecificPageLink `
5353
5454Get specific pagination page via page number.
5555
@@ -119,7 +119,7 @@ This variable is essentially designed to generalize the list page of frontmatter
119119
120120## $service
121121
122- ### ` $service .comment `
122+ ### $service.comment
123123
124124#### ` $service .comment .enabled `
125125
@@ -129,7 +129,7 @@ Whether comment is enabled.
129129
130130Get the comment service
131131
132- ### ` $service .email `
132+ ### $service.email
133133
134134#### ` $service .email .enabled `
135135
You can’t perform that action at this time.
0 commit comments