Add option to invert article pagination

This commit is contained in:
James Panther
2022-01-24 17:05:50 +11:00
parent 3703a09ce3
commit 1d4816f90a
8 changed files with 22 additions and 10 deletions
+1
View File
@@ -29,6 +29,7 @@ Front matter parameter default values are inherited from the theme's [base confi
|`showEdit`|`article.showEdit`|Whether or not the link to edit the article content should be displayed.|
|`showHeadingAnchors`|`article.showHeadingAnchors`|Whether or not heading anchor links are displayed alongside headings within this article.|
|`showPagination`|`article.showPagination`|Whether or not the next/previous article links are displayed in the article footer.|
|`invertPagination`|`article.invertPagination`|Whether or not to flip the direction of the next/previous article links.|
|`showReadingTime`|`article.showReadingTime`|Whether or not the article reading time is displayed.|
|`showTaxonomies`|`article.showTaxonomies`|Whether or not the taxonomies that relate to this article are displayed.|
|`showTableOfContents`|`article.showTableOfContents`|Whether or not the table of contents is displayed on this article.|