Created
August 15, 2013 23:45
-
-
Save verlane/6246013 to your computer and use it in GitHub Desktop.
Liquid 2.6 (Octopress)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/source/blog/archives/index.html b/source/blog/archives/index.html | |
index e4bc23c..6dbe91c 100644 | |
--- a/source/blog/archives/index.html | |
+++ b/source/blog/archives/index.html | |
@@ -2,7 +2,7 @@ | |
layout: default | |
title: Blog Archives | |
--- | |
- | |
{% for post in site.posts reverse %} | |
- {% include archive_post.html %} | |
-{% endfor %} | |
\ No newline at end of file | |
+{% include archive_post.html %} | |
+{{}} | |
+{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment