From 97900d9e57dc3940eb6e57240465b10f86f0a873 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Sun, 23 Jun 2013 19:10:27 -0400 Subject: [PATCH] updated base template file new code for default html files --- views/templates/index.slim | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/views/templates/index.slim b/views/templates/index.slim index 3e46b5d9..cd390b06 100644 --- a/views/templates/index.slim +++ b/views/templates/index.slim @@ -1,6 +1,31 @@ doctype html html head + title #{template_site_title @site.username} - Front Page + + + + + + body - p This is a new page! Coming soon. + + header + h1 + Welcome to my Website + nav + ul + li + Home + + main + p This is a new page! Coming soon. + + + footer + p + Copyright 2013 +