blog.html (22 lines of code) (raw):

--- layout: page title : Blog header : Blogposts group : blog order : 100 --- {% include JB/setup %} <h1>TVM Community Blog</h1> <ul class="bloglist"> {% for post in site.posts %} <li> <span> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </span> </br> <span> {{ post.date | date: "%b %-d, %Y" }} </span> </li> {% endfor %} </ul>