diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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> » <a href="{{ post.url }}">{{ post.title }}</a></li> - {{ post.excerpt }} - {% endfor %} - </ul> +Welcome to the site of Dennis Brentjes. </div> |
