Show
Ignore:
Timestamp:
04/06/08 16:30:54 (9 months ago)
Author:
simon
Message:

Implemented paging of entries.
Increased the amount of white space and the maximum page width.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/templates/substructure/blog.html

    r2 r72  
    77{% endfor %} 
    88 
     9<div class="page-nav">{% if previous_page %}<a href="/{% if not previous_page_first_page %}?page={{ previous_page_num }}{% endif %}">&laquo; newer</a>{% else %}&laquo; newer{% endif %} 
     10| {% if next_page %}<a href="/?page={{ next_page_num }}">older &raquo;</a>{% else %}older &raquo;{% endif %}</div> 
     11 
    912{% endblock %}