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