mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add events page and RSS feed
Drop previous orphan events pages Drop site.post in sitemap.rb
This commit is contained in:
parent
ff2783fe83
commit
a252596168
16 changed files with 127 additions and 56 deletions
21
en/rss/events.rss
Normal file
21
en/rss/events.rss
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Bitcoin conferences and events</title>
|
||||
<link>http://bitcoin.org/en/events</link>
|
||||
<description>This RSS feed allows to follow Bitcoin events and conferences.</description>
|
||||
<image>
|
||||
<url>http://bitcoin.org/img/logo_rss.png</url>
|
||||
<link>http://bitcoin.org/en/events</link>
|
||||
</image>
|
||||
{% filter_for p in site.pages sort_by:date category:event %}
|
||||
<item>
|
||||
<title>{{ p.title }}, {{ p.city }} - {{ p.country }}</title>
|
||||
<link>{{ p.link }}</link>
|
||||
<pubDate>{{ p.date | date: "%a, %d %b %Y" }}</pubDate>
|
||||
</item>
|
||||
{% endfilter_for %}
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue