diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -1,13 +1,6 @@ --- -layout: default -title: Blog Posts +# You don't need to edit this file, it's empty on purpose. +# Edit theme's home layout instead if you wanna make some changes +# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults +layout: home --- - -<div id="home"> - <h2><i class="icon-bookmark"></i> Posts</h2> - <ul id="blog-posts" class="posts"> - {% for post in site.posts %} - <li><span>{{ post.date | date_to_string }} »</span><a href=".{{ post.url }}">{{ post.title }}</a></li> - {% endfor %} - </ul> -</div> |