Customized pages

This commit is contained in:
tom5079
2019-05-12 00:52:09 +09:00
parent 9b138cd0c4
commit c4c7be3dec
5 changed files with 6 additions and 37 deletions

View File

@@ -4,10 +4,4 @@ title: {{ site.name }}
---
<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="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>