oliverdavies.uk/source/_layouts/post.html.twig
2024-04-29 13:03:19 +01:00

17 lines
438 B
Twig

{% extends 'page' %}
{% block content_wrapper %}
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>
{{ parent() }}
{% endblock %}
{% block content_bottom %}
{% include 'daily-email-form.html.twig' with {
intro: 'Sign up here and get more like this delivered straight to your inbox every day.',
title: 'Was this interesting?',
} %}
{% include 'about-me.html.twig' %}
{% endblock %}