blag/theme-fred/templates/article_infos.html

7 lines
246 B
HTML
Raw Normal View History

2016-08-03 02:36:43 -04:00
<header>
2023-03-24 12:41:18 -04:00
<h1>
<a href="{{ SITEURL }}/{{ article.url }}" id="page-title">{{ article.title }}</a>
</h1>
2016-08-03 02:36:43 -04:00
{% if not HIDE_DATE %}<time datetime="{{ article.date.isoformat() }}">{{ article.locale_date }}</time>{% endif %}
</header>