summaryrefslogtreecommitdiff
path: root/site/templates/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates/index.liquid')
-rw-r--r--site/templates/index.liquid32
1 files changed, 0 insertions, 32 deletions
diff --git a/site/templates/index.liquid b/site/templates/index.liquid
index ba0b78d..618f163 100644
--- a/site/templates/index.liquid
+++ b/site/templates/index.liquid
@@ -1,35 +1,3 @@
-<!DOCTYPE html>
-<html>
- <head>
- <link rel="stylesheet" href="css/main.css">
- </head>
- <body>
- <div class="container">
- <header>
- <h1>Cheryl's Deli and Bakery</h1>
- </header>
- <section class="main">
- <nav>
- <ul>
- {% for page in pages %}
- <li><a href="{{page.id}}">{{page.id | capitalize}}</a></li>
- {% endfor %}
- </ul>
- <nav>
- <div class="breads">
- <h2>Great breads:</h2>
- <ul>
- {% for bread in breads %}
- <li><a href="{{bread.id}}">{{bread.id | capitalize}}</a></li>
- {% endfor %}
- </ul>
- </div>
- </section>
- </div>
- </body>
-</html>
-
-
<!doctype html>
<!--