Fix footer whitespace

This commit is contained in:
jultty 2024-08-20 11:08:21 -03:00
commit 8d687ca16f

View file

@ -12,13 +12,13 @@
<hr/> <hr/>
<p class="footer-text"> <p class="footer-text">
{%- if lang == "pt" %}feito por{% else %}made by{% endif %} <a href="https://jutty.dev">jutty</a> {%- if lang == "pt" %}feito por{% else %}made by{% endif %} <a href="https://jutty.dev">jutty</a>
{%- if lang == "pt" %}usando{% else %}with{% endif %} <a href="https://www.getzola.org/">Zola</a> {% if lang == "pt" %}com{% else %}with{% endif %} <a href="https://www.getzola.org/">Zola</a>
&bullet; {% if lang != "pt" %}BSD-licensed{% endif -%} &bullet; {% if lang != "pt" %}BSD-licensed{% endif %}
<a href="https://github.com/jultty/blog">{% if lang == "pt" %}código fonte{% else %}source code{% endif %}</a> <a href="https://github.com/jultty/blog">{% if lang == "pt" %}código fonte{% else %}source code{% endif %}</a>
{%- if lang == "pt" %}licença BSD{% endif -%} {% if lang == "pt" %}sob a licença BSD{% endif %}
&bullet; <a href="{{ get_url(path="acknowledgments") }}">{% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %}</a> &bullet; <a href="{{ get_url(path="acknowledgments") }}">{% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %}</a>
<br/> <br/>
{% if lang == "pt" %}gerado em{% else %}built{% endif %} <time>{{ now(utc=true) | date(format="%Y-%m-%d %H:%M") }} UTC</time>, {% if lang == "pt" %}gerado em{% else %}built{% endif %} <time>{{ now(utc=true) | date(format="%Y-%m-%d %H:%M") }} UTC</time>,
{{ now(timestamp=true) }} {% if lang == "pt" %}segundos não-bissextos desde a Era Unix{% else %}non-leap seconds since the Unix Epoch{% endif %} {{ now(timestamp=true) }}{% if lang == "pt" %}&#xba; segundo não-bissexto da Era Unix{% else %} non-leap seconds since the Unix Epoch{% endif %}
</p> </p>
{% endblock footer %} {% endblock footer %}