Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 810 Bytes

blog.md

File metadata and controls

30 lines (24 loc) · 810 Bytes
layout
default
{% for post in site.posts %}

{{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ post.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}

        <section>
            {{ post.excerpt }}
        </section>

        <div class="">
            {% for tag in post.tags %}
            
                    <span class="label label-info">{{ tag }}</span>
                
            {% endfor %}
        </div>
        </div>
    {% endfor %}
</section>