Trim whitespace in more places

This commit is contained in:
daudix
2024-07-13 22:57:02 +03:00
parent f690ec1105
commit 26aea8cf46
5 changed files with 15 additions and 17 deletions

View File

@ -48,7 +48,7 @@
{%- if page.date %}
<small>
<time datetime="{{ page.date | date(format='%+') }}" pubdate>
{{ page.date | date(format=date_format, locale=date_locale) }}
{{- page.date | date(format=date_format, locale=date_locale) -}}
</time>
{%- if page.authors %}
<span></span>