diff --git a/output/category/poemes.html b/output/category/poemes.html index 373600c..9e54f8d 100644 --- a/output/category/poemes.html +++ b/output/category/poemes.html @@ -34,6 +34,36 @@ » +
---
+---
+---
+---
+---
+---
+---
+---
+---
+---
diff --git a/output/category/poemes2.html b/output/category/poemes2.html index 945bac3..89e32ed 100644 --- a/output/category/poemes2.html +++ b/output/category/poemes2.html @@ -37,6 +37,36 @@ » +---
+---
+---
+---
+---
+---
+---
+---
+---
+---
diff --git a/output/category/poemes3.html b/output/category/poemes3.html index 97f05c3..c4dac9b 100644 --- a/output/category/poemes3.html +++ b/output/category/poemes3.html @@ -37,6 +37,36 @@ » +---
+---
+---
+---
+---
+---
+---
+---
+---
+---
diff --git a/output/category/poemes4.html b/output/category/poemes4.html index d92d7f2..fbe0127 100644 --- a/output/category/poemes4.html +++ b/output/category/poemes4.html @@ -37,6 +37,36 @@ » +---
+---
+---
+---
+---
+---
+---
+---
+---
+---
diff --git a/output/category/poemes5.html b/output/category/poemes5.html index 642c8af..327d5cd 100644 --- a/output/category/poemes5.html +++ b/output/category/poemes5.html @@ -36,6 +36,30 @@ +---
+---
+---
+---
+---
+---
+---
+---
diff --git a/pelicanconf.py b/pelicanconf.py index 8417232..ebc075c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,8 +13,8 @@ TIMEZONE = 'Europe/Paris' DEFAULT_LANG = 'fr' DEFAULT_ORPHANS = 0 -PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': 10, 'author': None} - +PAGINATED_TEMPLATES = {'category': 10} +DEFAULT_PAGINATION = 10 # Feed generation is usually not desired when developing FEED_ALL_ATOM = None