summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-04-26 13:58:57 +0200
committerChristoph Helma <helma@in-silico.ch>2012-04-26 13:58:57 +0200
commit50a5cdb568099a46e1917906907494b6d0c88d62 (patch)
treee74f8b8de757651a6edb8a5495b338b79169a467 /_layouts
parent9c0026973bf54324304ed1b917bb227603d87071 (diff)
Initial blog setup
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 %}