shtalinberg / django-el-pagination

Django endless pagination tools. Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
MIT License
307 stars 71 forks source link

Ability to add rel=nofollow per pagination #109

Closed int-ua closed 6 years ago

int-ua commented 6 years ago

Or at least per view. I would like to add nofollow just to a subset of all paginations. Is it possible with current code?

shtalinberg commented 6 years ago

You can just copy el-pagination templates to project templates folder and modify as need

int-ua commented 6 years ago

It's how I have them already, but that's still a one global template for the whole project, isn't it?

shtalinberg commented 6 years ago

I merged pull-request from @toptalo