updated 2015/README.md
authorrsiddharth <rsd@gnu.org>
Sat, 13 Sep 2014 02:03:13 +0000 (22:03 -0400)
committerrsiddharth <rsd@gnu.org>
Sat, 13 Sep 2014 02:03:13 +0000 (22:03 -0400)
2015/README.md

index 71b6cff1087d7b21396830553e460dc35e789b51..316ad436149b12011c0d026ecbf643635768309e 100644 (file)
@@ -101,12 +101,16 @@ Creating a New Page
 Add the following to your new page (it should remain commented out, as that is the syntax for SSI):
 
 ```
-<!--#include virtual="/2015/header.html"-->
-<!--#include virtual="/2015/footer.html"-->
+<!--#include virtual="/server/2015/header.html"-->
+<!--#include virtual="/server/2015/footer.html"-->
+<!--#include virtual="/server/2015/close.html"-->
 ```
 
-This will include the header and footer, saving you from duplicating
-HTML.
+This will include the header,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.
 
 ### Add Your Markup