mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Fix duplicate dates in articles
This commit is contained in:
parent
32ab407c3a
commit
8a49892248
@ -1,5 +1,5 @@
|
|||||||
{% capture date %}{{ page.date }}{{ post.date }}{% endcapture %}
|
{% capture date %}{{ page.date }}{{ post.date }}{% endcapture %}
|
||||||
{% capture date_formatted %}{{ page.date_formatted }}{{ post.date_formatted }}{% endcapture %}
|
{% capture date_formatted %}{{ post.date_formatted }}{% endcapture %}
|
||||||
{% capture has_date %}{{ date | size }}{% endcapture %}
|
{% capture has_date %}{{ date | size }}{% endcapture %}
|
||||||
|
|
||||||
{% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %}
|
{% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user