Remove newline
This commit is contained in:
parent
bccca3e41b
commit
802ca42232
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue