mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Remove space before comma
This commit is contained in:
parent
86ee18c4c3
commit
34787a6691
1 changed files with 5 additions and 5 deletions
|
@ -62,11 +62,11 @@
|
||||||
{% assign d = page.date | date: "%-d" %}
|
{% assign d = page.date | date: "%-d" %}
|
||||||
{{ page.date | date: "%B" }}
|
{{ page.date | date: "%B" }}
|
||||||
{% case d %}
|
{% case d %}
|
||||||
{% when '1' or '21' or '31' %}{{ d }}st
|
{% when '1' or '21' or '31' %}{{ d }}st,
|
||||||
{% when '2' or '22' %}{{ d }}nd
|
{% when '2' or '22' %}{{ d }}nd,
|
||||||
{% when '3' or '23' %}{{ d }}rd
|
{% when '3' or '23' %}{{ d }}rd,
|
||||||
{% else %}{{ d }}th
|
{% else %}{{ d }}th,
|
||||||
{% endcase %},
|
{% endcase %}
|
||||||
{{ page.date | date: "%Y" }}
|
{{ page.date | date: "%Y" }}
|
||||||
</h2>
|
</h2>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue