Can be paging navigation.
Closed this issue · 1 comments
kekyo commented
Most Recent Idea:
- Define a function to get article objects to next to older and newer the current article.
- Naming is important. I have seen several instances of confusion in navigation due to misuse of words before and after.
- Provide no way to render multiple articles on a single page directly/specialized:
- Implement a function to assist in iterator cropping (
skip
andtake
), so that it is possible to cropping out sections of multiple articles. - Multiple article pages can be realized by preparing a method to perform keyword substitution in HTML.
- However, MarkTheRipper does not recommend this method.
- Implement a function to assist in iterator cropping (
-
older
function. -
newer
function.