Fix footer whitespace
This commit is contained in:
parent
134d4131db
commit
8d687ca16f
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||||
• {% if lang != "pt" %}BSD-licensed{% endif -%}
|
• {% 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 %}
|
||||||
• <a href="{{ get_url(path="acknowledgments") }}">{% if lang == "pt" %}créditos{% else %}acknowledgments{% endif %}</a>
|
• <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" %}º segundo não-bissexto da Era Unix{% else %} non-leap seconds since the Unix Epoch{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endblock footer %}
|
{% endblock footer %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue