mirror of
https://github.com/helix-editor/website.git
synced 2025-10-05 23:52:39 +02:00
Remove zero padding from news dates
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h1 class="title">{{ page.title }}</h1>
|
<h1 class="title">{{ page.title }}</h1>
|
||||||
<time>{{ page.date | date(format='%d %B %Y')}}</time>
|
<time>{{ page.date | date(format='%-d %B %Y')}}</time>
|
||||||
|
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
<li class="post">
|
<li class="post">
|
||||||
<div class="post-header">
|
<div class="post-header">
|
||||||
<div class="meta">
|
<div class="meta">
|
||||||
<time>{{ post.date | date(format='%d %B')}}</time>
|
<time>{{ post.date | date(format='%-d %B')}}</time>
|
||||||
</div>
|
</div>
|
||||||
<div class="matter">
|
<div class="matter">
|
||||||
<h4 class="title small">
|
<h4 class="title small">
|
||||||
|
Reference in New Issue
Block a user