aboutsummaryrefslogblamecommitdiff
path: root/docs/blog/index.html
blob: b821a25cca6a95eb37290ac60dce9c12751355c8 (plain) (tree)
1
2
3
4
5
6
7
8
9
   
            


             



                                
                                                                           









                                               
---
layout: blog
title: "Blog"
---

<ul class="post-list">
    {% for post in site.posts %}
    <li>
        <div>
            <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
        </div>
        <div class="date">
            {{ post.date | date: '%B %d, %Y' }}
        </div>
        <div class="excerpt">
            {{ post.excerpt }}
        </div>
    </li>
    {% endfor %}
</ul>