Isotope’s capabilities are designed to be used together cohesively. You can do it all — filter, sort, change layout modes, add items — and Isotope will handle it with ease.
-
-
-
-
- {% include filter-buttons.html %}
-
- {% include sort-buttons.html %}
-
- {% include layout-options.html %}
-
-
- {% assign page_position = page.page_position %}
- {% for element in site.elements limit:20 offset:page_position %}
- {% include element-partial.html %}
- {% endfor %}
-
-
- {% include footer.html %}
-
-
-
-
-
-{% include html-foot.html %}
\ No newline at end of file
diff --git a/_posts/pages/2011-01-01-2.yml b/_posts/pages/2011-01-01-2.html
similarity index 62%
rename from _posts/pages/2011-01-01-2.yml
rename to _posts/pages/2011-01-01-2.html
index 533d5cd..a5b226c 100644
--- a/_posts/pages/2011-01-01-2.yml
+++ b/_posts/pages/2011-01-01-2.html
@@ -1,7 +1,9 @@
---
title: Infinite Scroll Page 2
category: pages
-layout: inf-scroll-page
+layout: default
page_position: 20
infinite_scroll: true
----
\ No newline at end of file
+---
+
+{% include inf-scroll-page.html %}
\ No newline at end of file
diff --git a/_posts/pages/2011-01-01-3.yml b/_posts/pages/2011-01-01-3.html
similarity index 62%
rename from _posts/pages/2011-01-01-3.yml
rename to _posts/pages/2011-01-01-3.html
index 05f9908..5aa7e41 100644
--- a/_posts/pages/2011-01-01-3.yml
+++ b/_posts/pages/2011-01-01-3.html
@@ -1,7 +1,9 @@
---
title: Infinite Scroll Page 3
category: pages
-layout: inf-scroll-page
+layout: default
page_position: 40
infinite_scroll: true
----
\ No newline at end of file
+---
+
+{% include inf-scroll-page.html %}
\ No newline at end of file
diff --git a/_posts/pages/2011-01-01-4.yml b/_posts/pages/2011-01-01-4.html
similarity index 62%
rename from _posts/pages/2011-01-01-4.yml
rename to _posts/pages/2011-01-01-4.html
index 3465532..d08868d 100644
--- a/_posts/pages/2011-01-01-4.yml
+++ b/_posts/pages/2011-01-01-4.html
@@ -1,7 +1,9 @@
---
title: Infinite Scroll Page 4
category: pages
-layout: inf-scroll-page
+layout: default
page_position: 60
infinite_scroll: true
----
\ No newline at end of file
+---
+
+{% include inf-scroll-page.html %}
\ No newline at end of file
diff --git a/_posts/pages/2011-01-01-5.yml b/_posts/pages/2011-01-01-5.html
similarity index 62%
rename from _posts/pages/2011-01-01-5.yml
rename to _posts/pages/2011-01-01-5.html
index 60004e2..7da5795 100644
--- a/_posts/pages/2011-01-01-5.yml
+++ b/_posts/pages/2011-01-01-5.html
@@ -1,7 +1,9 @@
---
title: Infinite Scroll Page 5
category: pages
-layout: inf-scroll-page
+layout: default
page_position: 80
infinite_scroll: true
----
\ No newline at end of file
+---
+
+{% include inf-scroll-page.html %}
\ No newline at end of file
diff --git a/_posts/pages/2011-01-01-6.yml b/_posts/pages/2011-01-01-6.html
similarity index 62%
rename from _posts/pages/2011-01-01-6.yml
rename to _posts/pages/2011-01-01-6.html
index b1fa4c7..369c780 100644
--- a/_posts/pages/2011-01-01-6.yml
+++ b/_posts/pages/2011-01-01-6.html
@@ -1,7 +1,9 @@
---
title: Infinite Scroll Page 6
category: pages
-layout: inf-scroll-page
+layout: default
page_position: 100
infinite_scroll: true
----
\ No newline at end of file
+---
+
+{% include inf-scroll-page.html %}
\ No newline at end of file