Adding Women's Dinner and fixing Party listing.
[libreplanet-static.git] / 2015 / README.md
index 316ad436149b12011c0d026ecbf643635768309e..2a87fed56d82e67b05833472159b975e15bf08fc 100644 (file)
@@ -102,19 +102,23 @@ Add the following to your new page (it should remain commented out, as that is t
 
 ```
 <!--#include virtual="/server/2015/header.html"-->
+<!--#include virtual="/server/2015/banner.html"-->
+<!--#include virtual="/server/2015/sidebar.html"-->
 <!--#include virtual="/server/2015/footer.html"-->
 <!--#include virtual="/server/2015/close.html"-->
 ```
 
-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