This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_includes/post/header.html.twig

5 lines
146 B
Twig
Raw Normal View History

2017-07-11 17:56:05 +00:00
{% set title_tag = title_tag ?: 'h1' %}
2017-07-11 00:08:32 +00:00
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
2017-08-06 19:47:56 +00:00
<p class="posted">{{ page.date|date('jS F Y') }}</p>