You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
606 B

{% if page.author %}
{% assign author = site.authors[page.author] %}
{% else %}
{% assign author = site.author %}
{% endif %}
{% if author.github %}
<!-- {% avatar {{ author.github }} size=32 %} -->
{% endif %}
{% if author.name %}
<!-- Written by <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ author.name }}</span></span><br> -->
{% endif %}
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{% assign date_format = site.date_format | default: "%b %-d, %Y" %}
{{ page.date | date: date_format }}
</time>