mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Improve core developers list layout
This commit is contained in:
parent
7595014dd2
commit
73510fe526
3 changed files with 32 additions and 16 deletions
|
@ -39,10 +39,9 @@ map.addLayer(markers);
|
|||
{% else %}
|
||||
<h2>{% translate upcoming %}</h2>
|
||||
{% endcase %}
|
||||
<div class="eventtable">
|
||||
<div class="listtable eventtable">
|
||||
{% 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>
|
||||
</li>
|
||||
{% endfilter_for %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue