[Repoze-checkins] r1062 - in www/trunk/blog.repoze.org: . flavours/html.flav
root at laguna.palladion.com
root at laguna.palladion.com
Thu Jun 5 17:29:59 EDT 2008
Author: root
Date: Thu Jun 5 17:29:58 2008
New Revision: 1062
Log:
Show all entries.
Modified:
www/trunk/blog.repoze.org/config.py
www/trunk/blog.repoze.org/flavours/html.flav/foot.html
Modified: www/trunk/blog.repoze.org/config.py
==============================================================================
--- www/trunk/blog.repoze.org/config.py (original)
+++ www/trunk/blog.repoze.org/config.py Thu Jun 5 17:29:58 2008
@@ -77,7 +77,7 @@
# How many entries should I show on the home page and category pages?
# If you put 0 here, then I will show all pages.
# Note: this doesn't affect date-based archive pages.
-py["num_entries"] = 15
+py["num_entries"] = 0
# Where are this blog's entries kept?
py["flavourdir"] = "%s/flavours" % BASE
@@ -145,7 +145,7 @@
# the name of a plugin module (i.e. the filename without the .py at
# the end).
# ex: py["load_plugins"] = ["pycalendar", "pyfortune", "pyarchives"]
-#py["load_plugins"] = []
+#py["load_plugins"] = ["wbgpager"]
Modified: www/trunk/blog.repoze.org/flavours/html.flav/foot.html
==============================================================================
--- www/trunk/blog.repoze.org/flavours/html.flav/foot.html (original)
+++ www/trunk/blog.repoze.org/flavours/html.flav/foot.html Thu Jun 5 17:29:58 2008
@@ -1,5 +1,7 @@
</div>
-<p id="blog_footer" />
+<p id="blog_footer">
+$page_navigation
+</p>
</body>
</html>
More information about the Repoze-checkins
mailing list