Zine

open source content publishing system


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

zine-pagination-customization.patch Download (2.6 KB) - added by dcode 2 years ago.
Post-Navigation Theme Customization Patch

Change History

Changed 2 years ago by dcode

Post-Navigation Theme Customization Patch

Note: See TracTickets for help on using tickets.