We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aadec2 commit e34311dCopy full SHA for e34311d
_layouts/default.html
@@ -1,4 +1,4 @@
1
---
2
3
-{% assign theme_asset_path = "/assets/themes/tom" %}
4
-{% include themes/tom/default.html %}
+{% assign theme_asset_path = "/assets/themes/twitter" %}
+{% include themes/twitter/default.html %}
_layouts/page.html
layout: default
-{% include themes/tom/page.html %}
+{% include themes/twitter/page.html %}
_layouts/post.html
-{% include themes/tom/post.html %}
+{% include themes/twitter/post.html %}
0 commit comments