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/_layouts/post.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 themes/classic/source/_layouts/post.html (limited to 'themes/classic/source/_layouts/post.html') diff --git a/themes/classic/source/_layouts/post.html b/themes/classic/source/_layouts/post.html new file mode 100644 index 00000000..7407d1e3 --- /dev/null +++ b/themes/classic/source/_layouts/post.html @@ -0,0 +1,16 @@ +--- +layout: default +single: true +--- + +
+ {% include article.html %} + + {% if site.disqus_short_name %} +
{% include disqus_thread.html %}
+ {% endif %} +
-- cgit v1.2.1