summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-21 18:15:38 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-21 18:15:38 -0800
commit779afdd016d0ee406fe40f411f6c625f76a13156 (patch)
tree859e49d2f66667dea8dcdf98274598759e65f83f /_layouts
parentb01624b217f54246efc999787d60ed789d5105f2 (diff)
Regenerate 'twitter' theme
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html4
-rw-r--r--_layouts/page.html1
-rw-r--r--_layouts/post.html1
3 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index bddadd5..32e9b83 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,4 +1,6 @@
---
+theme :
+ name : twitter
---
-{% assign theme_asset_path = "/assets/themes/twitter" %}
+{% include JB/set_paths %}
{% include themes/twitter/default.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 9a6351c..c1bef1b 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -1,4 +1,5 @@
---
layout: default
---
+{% include JB/set_paths %}
{% include themes/twitter/page.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 4371409..d77763a 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,4 +1,5 @@
---
layout: default
---
+{% include JB/set_paths %}
{% include themes/twitter/post.html %}