Kill switch on Tools and Samples (using comments in Jekyll)
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/79d711c0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/79d711c0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/79d711c0 Branch: refs/heads/cordova-website Commit: 79d711c0cc683bd31c868219fbfe966365e928c9 Parents: 4d03f85 Author: Brad Gashler <[email protected]> Authored: Fri Aug 14 13:24:39 2015 -0700 Committer: Brad Gashler <[email protected]> Committed: Fri Aug 14 13:24:39 2015 -0700 ---------------------------------------------------------------------- www/index.html | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/79d711c0/www/index.html ---------------------------------------------------------------------- diff --git a/www/index.html b/www/index.html index 4116ece..f124ae2 100644 --- a/www/index.html +++ b/www/index.html @@ -183,7 +183,9 @@ title: Apache Cordova </div> </div> </div> + {% comment %} <!--Remove these comment markers to include the Tools and Sample Apps sections. --> {% include tools_and_samples.html %} + {% endcomment %} <!-- End of comment --> </div><!-- /container-fluid --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
