You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/05/28 15:18:03 UTC

[12/13] bahir-website git commit: Switch project to use apache-clean template

Switch project to use apache-clean template


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/5293c1e9
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/5293c1e9
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/5293c1e9

Branch: refs/heads/master
Commit: 5293c1e9a5d79eaaa84e2228cd6a945606b0067f
Parents: 836cb22
Author: Luciano Resende <lr...@apache.org>
Authored: Sat May 28 08:17:21 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat May 28 08:17:21 2016 -0700

----------------------------------------------------------------------
 site/_layouts/default.html | 4 ++--
 site/_layouts/page.html    | 2 +-
 site/_layouts/post.html    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5293c1e9/site/_layouts/default.html
----------------------------------------------------------------------
diff --git a/site/_layouts/default.html b/site/_layouts/default.html
index c0e59fd..79edb20 100644
--- a/site/_layouts/default.html
+++ b/site/_layouts/default.html
@@ -1,6 +1,6 @@
 ---
 theme :
- name : apache
+ name : apache-clean
 ---
 {% include JB/setup %}
-{% include themes/apache/default.html %}
+{% include themes/apache-clean/default.html %}

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5293c1e9/site/_layouts/page.html
----------------------------------------------------------------------
diff --git a/site/_layouts/page.html b/site/_layouts/page.html
index 4d1a858..d6479e8 100644
--- a/site/_layouts/page.html
+++ b/site/_layouts/page.html
@@ -2,4 +2,4 @@
 layout: default
 ---
 {% include JB/setup %}
-{% include themes/apache/page.html %}
+{% include themes/apache-clean/page.html %}

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/5293c1e9/site/_layouts/post.html
----------------------------------------------------------------------
diff --git a/site/_layouts/post.html b/site/_layouts/post.html
index 271e8de..0538dbd 100644
--- a/site/_layouts/post.html
+++ b/site/_layouts/post.html
@@ -2,4 +2,4 @@
 layout: default
 ---
 {% include JB/setup %}
-{% include themes/apache/post.html %}
+{% include themes/apache-clean/post.html %}