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


             



                                
                                                                           









                                               
---
layout: blog-page
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>