Skip to content

Commit

Permalink
Regenerate 'twitter' theme
Browse files Browse the repository at this point in the history
  • Loading branch information
plusjade committed Jan 22, 2012
1 parent b01624b commit 779afdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
theme :
name : twitter
---
{% assign theme_asset_path = "/assets/themes/twitter" %}
{% include JB/set_paths %}
{% include themes/twitter/default.html %}
1 change: 1 addition & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: default
---
{% include JB/set_paths %}
{% include themes/twitter/page.html %}
1 change: 1 addition & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: default
---
{% include JB/set_paths %}
{% include themes/twitter/post.html %}

0 comments on commit 779afdd

Please sign in to comment.