Files
86box.github.io/_includes/postheader.html
2021-12-04 11:01:05 -03:00

6 lines
440 B
HTML

{% if include.post.title == page.title %}<h1>{% else %}<h2><a href="{{ include.post.url }}">{% endif %}
{{ include.post.title }}
{% if include.post.title == page.title %}</h1><span>{% else %}</a></h2><small>{% endif %}
{{ include.post.date | date: "%B %-d, %Y" }} - written by <a href="https://github.com/{{ include.post.author }}">{{ include.post.author }}</a>
{% if include.post.title == page.title %}</span>{% else %}</small>{% endif %}