summaryrefslogtreecommitdiff
path: root/site/templates/index.liquid
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-04-09 05:40:23 -0400
committerJulie Lala <jules@okfoc.us>2015-04-09 05:41:29 -0400
commit575319aa386f2074d51dc847a90a62295a5ad233 (patch)
tree6b55cc8040229c36a9f9c1061ecb70adfa2ad579 /site/templates/index.liquid
parenta164bfbb16bde80089ed272294dc5be2042e48c8 (diff)
converting some templates
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>
<!--