Remove newline

This commit is contained in:
Oliver Davies 2024-09-10 21:06:58 +01:00
parent bccca3e41b
commit 802ca42232

View file

@ -1,6 +1,6 @@
{% extends 'page' %} {% extends 'page' %}
{% block meta_description %}{{ page.snippet }}{% endblock %} {% block meta_description %}{{ page.snippet|trim }}{% endblock %}
{% block content_wrapper %} {% block content_wrapper %}
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time> <time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>