mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Use YYYY-MM-DD as the pre-populated date format (thanks @harding)
This commit is contained in:
parent
7c05b2f693
commit
cc4d343a9e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ map.addLayer(markers);
|
||||||
{% filter_for p in site.conferences sort_by:date %}
|
{% filter_for p in site.conferences sort_by:date %}
|
||||||
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
|
||||||
{% endfilter_for %}
|
{% endfilter_for %}
|
||||||
<span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&body=date%3A%202014-00-00%0Atitle%3A%20%22%22%0Avenue%3A%20%22%22%0Aaddress%3A%20%22%22%0Acity%3A%20%22%22%0Acountry%3A%20%22%22%0Alink%3A%20%22%22">{% translate eventsubmit %}</a></span>
|
<span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&body=date%3A%20YYYY-MM-DD%0Atitle%3A%20%22%22%0Avenue%3A%20%22%22%0Aaddress%3A%20%22%22%0Acity%3A%20%22%22%0Acountry%3A%20%22%22%0Alink%3A%20%22%22">{% translate eventsubmit %}</a></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>{% translate meetupgroup %}</p>
|
<p>{% translate meetupgroup %}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue