mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Pagination added for index and tag/category pages
This commit is contained in:
parent
4edb5bf497
commit
4111acd1c1
6 changed files with 164 additions and 8 deletions
|
|
@ -8,6 +8,7 @@ DISQUS_SITENAME = "blog-notmyidea"
|
|||
PDF_GENERATOR = False
|
||||
REVERSE_CATEGORY_ORDER = True
|
||||
LOCALE = 'fr_FR.utf8'
|
||||
DEFAULT_PAGINATION = 2
|
||||
|
||||
FEED_RSS = 'feeds/all.rss.xml'
|
||||
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue