mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Events plugin: stop requesting events from Meetup.com
Closes #1617 (Meetup.com events no longer display)
This commit is contained in:
parent
38f7393651
commit
a0fa907b4a
2 changed files with 4 additions and 110 deletions
|
@ -6,7 +6,6 @@ layout: base
|
|||
id: events
|
||||
---
|
||||
{% assign date_sorted_conferences = site.conferences | sort: 'date' %}
|
||||
{% assign date_sorted_meetups = site.meetups | sort: 'date' %}
|
||||
<!-- Note: this file is built non-deterministically -->
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/events.rss" title="Bitcoin conferences and events">
|
||||
<h1>{% translate pagetitle %}<a type="application/rss+xml" href="/en/rss/events.rss"><img src="/img/icons/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
|
@ -24,10 +23,6 @@ id: events
|
|||
<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 %}{% endfor %}
|
||||
|
||||
{% for p in date_sorted_meetups %}{% 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>
|
||||
{% endif %}{% endfor %}
|
||||
|
||||
</div>
|
||||
<script src="/js/events.js"></script>
|
||||
<h2 id="upcoming">{% translate upcoming %}</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue