Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 648 Bytes

index.md

File metadata and controls

24 lines (19 loc) · 648 Bytes
layout
page
    {% for post in site.posts %}
  • {{ post.date | date: "%Y-%m-%d" }}
        <h2>
            <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
        </h2>
    
        {% if post.tags.size > 0 %}
          {% for tag in post.tags %}
            <a class="post-tag {{ tag | slugize }}" href="{{ site.url }}/tag/{{ tag }}">{{ tag }}</a>
          {% endfor %}
        {% endif %}
    </li>
    {% endfor %}
    

subscribe via RSS