mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Display meetups on the events map
This commit is contained in:
parent
9bf05e3db0
commit
01e166e8e8
7 changed files with 151 additions and 46 deletions
|
@ -10,7 +10,7 @@
|
|||
<url>https://bitcoin.org/img/logo_rss.png</url>
|
||||
<link>https://bitcoin.org/en/events</link>
|
||||
</image>
|
||||
{% filter_for p in site.pages sort_by:date category:event %}
|
||||
{% filter_for p in site.conferences sort_by:date %}
|
||||
<item>
|
||||
<title>{{ p.title }}, {{ p.city }} - {{ p.country }}</title>
|
||||
<link>{{ p.link }}</link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue