summaryrefslogtreecommitdiff
path: root/_includes/post-link.liquid
blob: adf1df1e4ca462301b4fa8ce150ffcbfe4a46d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<li>
    <a href="/{{ post.permalink }}">
        {% if post.published_date %}
            <span class="tag">
                {{ post.published_date | date: "%d %b %Y" }}
            </span>
        {% endif %}

        {{ post.title }}
    </a>
</li>