7 lines
246 B
HTML
7 lines
246 B
HTML
<header>
|
|
<h1>
|
|
<a href="{{ SITEURL }}/{{ article.url }}" id="page-title">{{ article.title }}</a>
|
|
</h1>
|
|
{% if not HIDE_DATE %}<time datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time>{% endif %}
|
|
</header>
|