From 35112c12c38c5ef0415d2502bfb6f0ea227b1ce8 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 8 Feb 2013 18:17:04 +0100 Subject: architecture overview and development guidelines added, categories and tags updated --- _layouts/default.html | 4 ++-- _layouts/page.html | 2 +- _layouts/post.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to '_layouts') 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 %} -- cgit v1.2.3