Bring mixitup.js back

Turns out it's essential for sorting
This commit is contained in:
Matěj Grabovský 2015-03-31 08:14:53 +02:00
parent ca542c9d5d
commit 3e53a9e4e6
4 changed files with 47 additions and 2 deletions

View file

@ -45,7 +45,8 @@
<div class="threads">
<ul id="Grid">
{% for post in recent_posts %}
<li data-reply="{{ post.reply_count }}"
<li class="mix"
data-reply="{{ post.reply_count }}"
data-bump="{{ post.bump }}"
data-time="{{ post.time }}"
>