summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-12 12:54:32 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-12 23:17:22 -0800
commite34311ddedc6c0e3481971985e67451921a6a82c (patch)
tree0d225bb3999b446262d708f44c511f7c7ce25626
parent4aadec216a6799700b13b1bb97733791a573e16a (diff)
use twitter theme as default
-rw-r--r--_layouts/default.html4
-rw-r--r--_layouts/page.html2
-rw-r--r--_layouts/post.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2391b67..bddadd5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,4 +1,4 @@
---
---
-{% assign theme_asset_path = "/assets/themes/tom" %}
-{% include themes/tom/default.html %}
+{% assign theme_asset_path = "/assets/themes/twitter" %}
+{% include themes/twitter/default.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 7985e03..9a6351c 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,4 +1,4 @@
---
layout: default
---
-{% include themes/tom/page.html %}
+{% include themes/twitter/page.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 66490a9..4371409 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,4 +1,4 @@
---
layout: default
---
-{% include themes/tom/post.html %}
+{% include themes/twitter/post.html %}