From fe606310d348ebbb24b7c8ff72f9d7ec54923190 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 8 Dec 2015 17:24:29 -0800 Subject: [PATCH] Turn developer notes off by default --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34dffae4c..a45e47fe6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ layout: page title: PCjs permalink: / +developer: false --- Welcome to [PCjs](/docs/about/pcjs/), the first IBM PC simulation to run in your web browser without any plugins. @@ -53,7 +54,7 @@ and the original machine are available in the [C1Pjs Documentation](/docs/c1pjs/ [Embedded OSI Challenger C1P](/devices/c1p/machine/8kb/large/ "C1Pjs:demoC1P") - +{% if page.developer %} --- @@ -338,7 +339,7 @@ manually or with the Grunt "clean" task: grunt clean - +{% endif %} License ---