Use monospace font for dates
This commit is contained in:
parent
ade14db9cf
commit
696eabaf53
1 changed files with 2 additions and 0 deletions
|
|
@ -7,8 +7,10 @@
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in section.pages %}
|
{% for page in section.pages %}
|
||||||
<li>
|
<li>
|
||||||
|
<span class="mono">
|
||||||
{{ page.date | date(format="%d/%m/%y", locale="pt_BR") }}
|
{{ page.date | date(format="%d/%m/%y", locale="pt_BR") }}
|
||||||
—
|
—
|
||||||
|
</span>
|
||||||
<a href="{{ page.permalink | safe }}">
|
<a href="{{ page.permalink | safe }}">
|
||||||
{{ page.title | default(value="Sem título") }}
|
{{ page.title | default(value="Sem título") }}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue