diff --git a/_posts/tests/2012-08-11-combo-sort-history.html b/_posts/tests/2012-08-11-combo-sort-history.html
new file mode 100644
index 0000000..c309885
--- /dev/null
+++ b/_posts/tests/2012-08-11-combo-sort-history.html
@@ -0,0 +1,177 @@
+---
+title: Combo filters, sorting, AND hash history
+layout: default
+category: tests
+schema:
+ - name: color
+ filters: [ red, blue, yellow ]
+ - name: size
+ filters: [ small, wide, tall, big ]
+ - name: shape
+ filters : [ round, square ]
+---
+
+ Filters can be combined. In addition to filtering for just .red
or .tall
, you can pass in a filter selector of both: .red.tall
.Filters
+
+ {% for group in page.schema %}
+ {{ group.name }}
+
+
+ Sort
+
+
+
+
+
+