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>
|
||||
{% for page in section.pages %}
|
||||
<li>
|
||||
<span class="mono">
|
||||
{{ page.date | date(format="%d/%m/%y", locale="pt_BR") }}
|
||||
—
|
||||
</span>
|
||||
<a href="{{ page.permalink | safe }}">
|
||||
{{ page.title | default(value="Sem título") }}
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue