Skip to content
Snippets Groups Projects
Commit a3195365 authored by nimrod's avatar nimrod
Browse files

Set pagination to 3 items per page.

parent 19e9eb48
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ LINKS = () ...@@ -22,7 +22,7 @@ LINKS = ()
#SOCIAL = (('You can add links in your config file', '#'), #SOCIAL = (('You can add links in your config file', '#'),
# ('Another social link', '#'),) # ('Another social link', '#'),)
DEFAULT_PAGINATION = 10 DEFAULT_PAGINATION = 3
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment