mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Events: Fix minor rendering bug
This commit is contained in:
parent
22f40728b3
commit
10bb527535
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ id: events
|
|||
<div id="eventdata" class="eventdata">
|
||||
|
||||
{% filter_for p in site.conferences sort_by:date %}{% if p.geoloc %}
|
||||
<div data-lat="{{ p.geoloc.lat }}" data-lon="{{ p.geoloc.lon }}"><b><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></b><br>{{ p.date }}<br>{{ p.venue | htmlescape }}<br>{{ p.address | htmlescape }}<br>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}')</div>
|
||||
<div data-lat="{{ p.geoloc.lat }}" data-lon="{{ p.geoloc.lon }}"><b><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></b><br>{{ p.date }}<br>{{ p.venue | htmlescape }}<br>{{ p.address | htmlescape }}<br>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div>
|
||||
{% endif %}{% endfilter_for %}
|
||||
|
||||
{% filter_for p in site.meetups sort_by:date %}{% if p.geoloc %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue