summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/index.html b/index.html
index e3f5da1..afd12ea 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,7 @@
---
layout: default
-title: Your New Jekyll Site
---
<div id="home">
- <h1>Blog Posts</h1>
- <ul class="posts">
- {% for post in site.posts %}
- <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
- {{ post.excerpt }}
- {% endfor %}
- </ul>
+Welcome to the site of Dennis Brentjes.
</div>