From aa230616241321ca9c4b8f4202d045c829527618 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 7 Jun 2011 16:12:46 -0400 Subject: Added themes directory, improved javascript load and minification. --- themes/classic/source/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/classic/source/index.html (limited to 'themes/classic/source/index.html') diff --git a/themes/classic/source/index.html b/themes/classic/source/index.html new file mode 100644 index 00000000..09eb8d13 --- /dev/null +++ b/themes/classic/source/index.html @@ -0,0 +1,11 @@ +--- +layout: default +--- +{% for page in site.posts limit:3 %} +{% assign content = page.content %} +{% assign index = true %} +
+ {% include article.html %} +
+{% endfor %} + -- cgit v1.2.1