Hopefully improve performance by reducing snipts-per-page

master
Nick Sergeant 2012-05-22 13:15:06 -04:00
parent 6a0f0550b2
commit 5704c0467e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{% block content %}
<section class="snipts" id="snipts">
{% autopaginate snipts 20 %}
{% autopaginate snipts 10 %}
{% for snipt in snipts %}
{% include "snipts/snipt-list.html" %}
{% empty %}