Return-Path: X-Original-To: apmail-myriad-commits-archive@minotaur.apache.org Delivered-To: apmail-myriad-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D1E718F39 for ; Thu, 3 Dec 2015 02:44:42 +0000 (UTC) Received: (qmail 35396 invoked by uid 500); 3 Dec 2015 02:44:42 -0000 Delivered-To: apmail-myriad-commits-archive@myriad.apache.org Received: (qmail 35366 invoked by uid 500); 3 Dec 2015 02:44:42 -0000 Mailing-List: contact commits-help@myriad.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@myriad.incubator.apache.org Delivered-To: mailing list commits@myriad.incubator.apache.org Received: (qmail 35357 invoked by uid 99); 3 Dec 2015 02:44:42 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 02:44:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BCCAACC2A7 for ; Thu, 3 Dec 2015 02:44:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.971 X-Spam-Level: ** X-Spam-Status: No, score=2.971 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id XkuUjvT5R42I for ; Thu, 3 Dec 2015 02:44:37 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 9912342AD6 for ; Thu, 3 Dec 2015 02:44:36 +0000 (UTC) Received: (qmail 35330 invoked by uid 99); 3 Dec 2015 02:44:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 02:44:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CA4BAE67DE; Thu, 3 Dec 2015 02:44:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mohit@apache.org To: commits@myriad.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-myriad git commit: Fixed rendering problem, by putting license headers in the right place and commenting them appropriately Date: Thu, 3 Dec 2015 02:44:35 +0000 (UTC) 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 Authored: Wed Dec 2 18:41:38 2015 -0800 Committer: Mohit Soni 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 %} - +{% endcomment %}
  • Apache Homepage
  • License
  • Sponsorship
  • 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 %} - +{% endcomment %}
    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 %} - +{% endcomment %}
    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 %} - +{% endcomment %}