Ticket #244 (new enhancement)
Opened 2 years ago
Custom post-navi links
| Reported by: | dcode | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | templates | Version: | dev |
| Keywords: | theme post-navigation | Cc: |
Description
Attached is a patch which allows customization of the post navigation prev, and next links. This adds entries in the DEFAULT_THEME_SETTINGS dictionary with the previous hard-coded defaults for nav_prev, nav_next, nav_gray_prev, and nav_gray_next where the values for these keys are the HTML templates for these links.
Modifications were also done in utils/pagination.py to support these changes.
This patch allows theme designers to override with their own HTML, CSS, or even JavaScript? stylings.
Attachments
Change History
Changed 2 years ago by dcode
-
attachment
zine-pagination-customization.patch
added
Note: See
TracTickets for help on using
tickets.
Post-Navigation Theme Customization Patch