Remove whitespace after build date in footer

master
Emil Miler 11 months ago
parent 1dc827ee39
commit 27a515707e

@ -48,7 +48,7 @@
</main>
<footer>
Build time: {{ now() | date(format="%Y-%m-%d %H:%M") }}
{% if config.extra.git %}
{%- if config.extra.git -%}
, <a href="{{ config.extra.git }}">Source</a>
{% endif %}
</footer>

Loading…
Cancel
Save