summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-02-08 18:17:04 +0100
committerChristoph Helma <helma@in-silico.ch>2013-02-08 18:17:04 +0100
commit35112c12c38c5ef0415d2502bfb6f0ea227b1ce8 (patch)
treec429a46f72667e65c71e0838d40a836a76dcb96c /_layouts
parent6ffda8fb09c46d54748187609c840eb9e1048087 (diff)
architecture overview and development guidelines added, categories and tags updated
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 c175a7b..2d9be07 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,6 @@
---
theme :
- name : tom
+ name : twitter
---
{% include JB/setup %}
-{% include themes/tom/default.html %}
+{% include themes/twitter/default.html %}
diff --git a/_layouts/page.html b/_layouts/page.html
index 4a80f5e..a4a2d0b 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -2,4 +2,4 @@
layout: default
---
{% include JB/setup %}
-{% include themes/tom/page.html %}
+{% include themes/twitter/page.html %}
diff --git a/_layouts/post.html b/_layouts/post.html
index 47080b7..9971d7c 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,4 +2,4 @@
layout: default
---
{% include JB/setup %}
-{% include themes/tom/post.html %}
+{% include themes/twitter/post.html %}