Update Style

This commit is contained in:
agusmakmun
2016-04-19 01:26:43 +07:00
parent 2ba45ff8b0
commit bfaa026f37
3 changed files with 20 additions and 9 deletions

View File

@@ -3,10 +3,10 @@ layout: default
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
<h1>Our Stack Problems</h1>
<ol 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>
</ol>
</div>