mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 01:25:35 -07:00
6 lines
440 B
HTML
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 %}
|