Skip to content

Commit 779afdd

Browse files
committed
Regenerate 'twitter' theme
1 parent b01624b commit 779afdd

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: _layouts/default.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
theme :
3+
name : twitter
24
---
3-
{% assign theme_asset_path = "/assets/themes/twitter" %}
5+
{% include JB/set_paths %}
46
{% include themes/twitter/default.html %}

Diff for: _layouts/page.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: default
33
---
4+
{% include JB/set_paths %}
45
{% include themes/twitter/page.html %}

Diff for: _layouts/post.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
layout: default
33
---
4+
{% include JB/set_paths %}
45
{% include themes/twitter/post.html %}

0 commit comments

Comments
 (0)