summaryrefslogtreecommitdiff
path: root/_includes/postmeta.html
blob: 7308a07f903ff120d9a7af31f5fab56f2a75880d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<p>
    <small>
        Posted by
        {% if node.email %}
            <a href="mailto:{{ node.email }}">{{ node.author }}</a>
        {% else %}
            {{ node.author }}
        {% endif %}

        {% assign ordinalize=node.date | date: "%-d" %}
        on {{ node.date | date: "%B %-d" }}<sup>{% include ordinal.html %}</sup>
        {{ node.date | date: "%Y" }}
    </small>
</p>