websites/vrijkorteverhalen.nl/templates/post_macros.html

12 lines
483 B
HTML
Raw Normal View History

2025-01-06 19:04:23 +01:00
{% macro title(page) %}
<header>
<h2 class="c-title c-article__title"><a href="{{ page.permalink }}">{{ page.title | markdown | striptags | safe }}</a></h2>
<p class="c-article__meta">
<time datetime="{{ page.date | date(format="%F") | safe }}">
{{ page.date | date(format="%F") }}
</time>
- <a style="color: lab(56% 0 0); "href="mailto:info@vrijkorteverhalen.nl">Erik Winter</a>
</p>
</header>
{% endmacro title %}