summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-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 2d9be07..e3294c7 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,6 @@
---
theme :
- name : twitter
+ name : the-minimum
---
{% include JB/setup %}
-{% include themes/twitter/default.html %}
+{% include themes/the-minimum/default.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index a4a2d0b..6b2de81 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,4 +2,4 @@
layout: default
---
{% include JB/setup %}
-{% include themes/twitter/page.html %}
+{% include themes/the-minimum/page.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 9971d7c..9ea076e 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,4 +2,4 @@
layout: default
---
{% include JB/setup %}
-{% include themes/twitter/post.html %}
+{% include themes/the-minimum/post.html %}