summaryrefslogtreecommitdiff
path: root/examples/simpleblog/templates/index.html
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
commitedeef66180f24e4254b512041bee617368fa1eba (patch)
treedf2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /examples/simpleblog/templates/index.html
parent893b366435739d073d2b6b9cafae868b5d361354 (diff)
downloadhakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz
Remove examples from this repo
Diffstat (limited to 'examples/simpleblog/templates/index.html')
-rw-r--r--examples/simpleblog/templates/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/simpleblog/templates/index.html b/examples/simpleblog/templates/index.html
deleted file mode 100644
index ebda08d..0000000
--- a/examples/simpleblog/templates/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div id="posts">
- <h1>Recent posts</h1>
- <ul>
- $posts$
- </ul>
- <a href="/posts.html">All posts&hellip;</a>
-</div>
-
-<div class="about">
- <h1>About</h1>
- <p>
- This is a sample blog for educational purposes.
- </p>
-</div>