Repository: incubator-myriad
Updated Branches:
  refs/heads/master c914c3733 -> 5b65ed040


Fixed rendering problem, by putting license headers in the right place and 
commenting them appropriately


Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/5b65ed04
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/5b65ed04
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/5b65ed04

Branch: refs/heads/master
Commit: 5b65ed0409a10849adf85c58bff8c77ce577775f
Parents: c914c37
Author: Mohit Soni <mohitsoni1...@gmail.com>
Authored: Wed Dec 2 18:41:38 2015 -0800
Committer: Mohit Soni <mohitsoni1...@gmail.com>
Committed: Wed Dec 2 18:41:38 2015 -0800

----------------------------------------------------------------------
 website/_includes/apache_li.html      |  3 ++-
 website/_includes/dummy_image.html    |  3 ++-
 website/_includes/features.html       |  3 ++-
 website/_includes/footer.html         |  3 ++-
 website/_includes/front_news.html     |  3 ++-
 website/_includes/head.html           |  2 ++
 website/_includes/header.html         |  3 ++-
 website/_includes/page.html           |  3 ++-
 website/_includes/splash.html         |  3 ++-
 website/_layouts/big_card.html        | 11 ++++++-----
 website/_layouts/big_card_for_md.html | 11 ++++++-----
 website/_layouts/default.html         |  4 +++-
 website/index.html                    | 11 ++++++-----
 website/news/index.html               | 13 +++++++------
 14 files changed, 46 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/apache_li.html
----------------------------------------------------------------------
diff --git a/website/_includes/apache_li.html b/website/_includes/apache_li.html
index b89af46..cd6f793 100644
--- a/website/_includes/apache_li.html
+++ b/website/_includes/apache_li.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <li><a href="http://www.apache.org/";>Apache Homepage</a></li>
 <li><a href="http://www.apache.org/licenses/";>License</a></li>
 <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/dummy_image.html
----------------------------------------------------------------------
diff --git a/website/_includes/dummy_image.html 
b/website/_includes/dummy_image.html
index a1c7dfc..99e44fb 100644
--- a/website/_includes/dummy_image.html
+++ b/website/_includes/dummy_image.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <div class="">
   <img src="http://baconmockup.com/400/300/";><img>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/features.html
----------------------------------------------------------------------
diff --git a/website/_includes/features.html b/website/_includes/features.html
index e6a8f28..4a69181 100644
--- a/website/_includes/features.html
+++ b/website/_includes/features.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <div class="mdl-grid">
 <div class="mdl-cell--1-col"></div>
 <div class="mdl-cell mdl-cell--11-col">

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/footer.html
----------------------------------------------------------------------
diff --git a/website/_includes/footer.html b/website/_includes/footer.html
index bf2d3c2..b1fc14b 100644
--- a/website/_includes/footer.html
+++ b/website/_includes/footer.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <footer class="mdl-mega-footer">
   <div class="mdl-mega-footer__top-section">
     <div class="mdl-mega-footer__left-section">

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/front_news.html
----------------------------------------------------------------------
diff --git a/website/_includes/front_news.html 
b/website/_includes/front_news.html
index b5a9143..63b8b91 100644
--- a/website/_includes/front_news.html
+++ b/website/_includes/front_news.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <div class="mdl-grid">
 <div class="mdl-cell--1-col"></div>
 <div class="mdl-cell mdl-cell--11-col">

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/head.html
----------------------------------------------------------------------
diff --git a/website/_includes/head.html b/website/_includes/head.html
index c975016..35e4a06 100644
--- a/website/_includes/head.html
+++ b/website/_includes/head.html
@@ -1,4 +1,5 @@
 <head>
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -17,6 +18,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
+{% endcomment %}
  <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/header.html
----------------------------------------------------------------------
diff --git a/website/_includes/header.html b/website/_includes/header.html
index c9f792d..12f1fde 100644
--- a/website/_includes/header.html
+++ b/website/_includes/header.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <header class="mdl-layout__header mdl-color--grey-100 mdl-color-text--myriad">
   <div class="mdl-layout__header-row">
     <span class="mdl-layout-title">{{page.title}}</span>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/page.html
----------------------------------------------------------------------
diff --git a/website/_includes/page.html b/website/_includes/page.html
index 84969ce..11419e4 100644
--- a/website/_includes/page.html
+++ b/website/_includes/page.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <div>
 
   <h4>{{post.title}}</h4>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_includes/splash.html
----------------------------------------------------------------------
diff --git a/website/_includes/splash.html b/website/_includes/splash.html
index 75bc115..c100327 100644
--- a/website/_includes/splash.html
+++ b/website/_includes/splash.html
@@ -1,3 +1,4 @@
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,7 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
+{% endcomment %}
 <div class="myriad-splash">
   <div class="mdl-grid">
     <div class="mdl-cell mdl-cell--1-col"></div>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_layouts/big_card.html
----------------------------------------------------------------------
diff --git a/website/_layouts/big_card.html b/website/_layouts/big_card.html
index 79c6f1e..94ead61 100644
--- a/website/_layouts/big_card.html
+++ b/website/_layouts/big_card.html
@@ -1,3 +1,8 @@
+---
+layout: default
+# creates a full-width card for content
+---
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,11 +21,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
----
-layout: default
-# creates a full-width card for content
----
+{% endcomment %}
 <div class="mdl-grid">
 <div class="mdl-color--grey-100 mdl-shadow--3dp mdl-color-text--grey-800 
mdl-cell mdl-cell--12-col">
   {{ content }}

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_layouts/big_card_for_md.html
----------------------------------------------------------------------
diff --git a/website/_layouts/big_card_for_md.html 
b/website/_layouts/big_card_for_md.html
index 98525ba..8e8c965 100644
--- a/website/_layouts/big_card_for_md.html
+++ b/website/_layouts/big_card_for_md.html
@@ -1,3 +1,8 @@
+---
+layout: big_card
+# Markdown will justify things too much, so put a pad in big_card to make 
things look better.
+---
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,11 +21,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
----
-layout: big_card
-# Markdown will justify things too much, so put a pad in big_card to make 
things look better.
----
+{% endcomment %}
   <div class="mdl-grid">
     <div class="mdl-cell--1-col"></div>
     <div class="mdl-cell--10-col">

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/_layouts/default.html
----------------------------------------------------------------------
diff --git a/website/_layouts/default.html b/website/_layouts/default.html
index ae9d60b..2ab9b05 100644
--- a/website/_layouts/default.html
+++ b/website/_layouts/default.html
@@ -1,3 +1,5 @@
+<!DOCTYPE html>
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,8 +18,8 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
+{% endcomment %}
 
-<!DOCTYPE html>
 <html>
   {% include head.html %}
   <body>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/index.html
----------------------------------------------------------------------
diff --git a/website/index.html b/website/index.html
index 9dc1e0c..5842693 100644
--- a/website/index.html
+++ b/website/index.html
@@ -1,3 +1,8 @@
+---
+layout: default
+title: Myriad
+---
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,11 +21,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
----
-layout: default
-title: Myriad
----
+{% endcomment %}
 <div class="mdl-grid">
   <div class="mdl-color--grey-50 mdl-shadow--6dp mdl-color-text--grey-800 
mdl-cell mdl-cell--12-col">
 

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/5b65ed04/website/news/index.html
----------------------------------------------------------------------
diff --git a/website/news/index.html b/website/news/index.html
index 096a6b3..de29a19 100644
--- a/website/news/index.html
+++ b/website/news/index.html
@@ -1,3 +1,9 @@
+---
+layout: big_card_for_md
+title: News
+permalink: /news/
+---
+{% comment %}
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -16,12 +22,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-
----
-layout: big_card_for_md
-title: News
-permalink: /news/
----
+{% endcomment %}
 {% for post in site.posts %}
 <div>
   {% include page.html %}

Reply via email to