From 38fb2855c88b5b2fb784dad7b5406e16e7cf56e2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 15 Sep 2014 22:11:18 -0400 Subject: [PATCH] updated 2015/README.md --- 2015/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/2015/README.md b/2015/README.md index 316ad436..2a87fed5 100644 --- a/2015/README.md +++ b/2015/README.md @@ -102,19 +102,23 @@ Add the following to your new page (it should remain commented out, as that is t ``` + + ``` -This will include the header,footer and closing tags saving you from -duplicating HTML. +This will include the header, banner, sidebar, footer and closing tags +saving you from duplicating HTML. If JS is needed for a page, then create a file, containing the JS includes, in `/server/2015/` & use SSI to include it in the page. +Use `/server/2015/boilerplate.html` to start a new page. + ### Add Your Markup -Add HTML markup in-between the header and footer includes. +Add HTML markup in-between the sidebar and footer includes. ### Enable SSI -- 2.25.1