mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
7 lines
572 B
HTML
7 lines
572 B
HTML
{% if include.post.title == page.title %}<h1 class="blogpost">{% else %}<h2 class="bloglist"><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" }}
|
|
{% for author in include.post.authors %}{% if forloop.first %}- written by{% elsif forloop.last %} and{% else %},{% endif %} <a href="https://github.com/{{ author }}">{{ author }}</a>{% endfor %}
|
|
{% if include.post.title == page.title %}</span>{% else %}</small>{% endif %}
|