Display meetups on the events map

This commit is contained in:
Saivann 2014-03-01 19:14:27 -05:00
parent 9bf05e3db0
commit 01e166e8e8
7 changed files with 151 additions and 46 deletions

View file

@ -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>