Skip to content
This repository was archived by the owner on Dec 9, 2018. It is now read-only.

acyortjs/acyort-paginator

Repository files navigation

acyort-paginator

Build Status codecov

Paginator Helper for AcyOrt

Install

$ npm i acyort-paginator -S

Usage

set config in config.yml

# ...
plugin:
  - acyort-paginator
# ...

add function in templates

<a rel="prev" href="{{ _url(page.prev) }}"></a>

<-- default -->
{{ _paginator(page) }}

<!-- custom more tag -->
{{ _paginator(page, '...') }}

<a rel="next" href="{{ _url(page.next) }}"></a>

About

Paginator Helper for AcyOrt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published