Remove whitespace after build date in footer

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

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

Loading…
Cancel
Save