mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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
_templates/events.html
Normal file
21
_templates/events.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: base
|
||||
id: events
|
||||
---
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/events.rss" title="Bitcoin conferences and events">
|
||||
<div class="versiontext">
|
||||
<h1>{% translate pagetitle %}<a type="application/rss+xml" href="/en/rss/events.rss"><img src="/img/icon_rss.svg" alt="rss" class="rssicon"></a></h1>
|
||||
<p>{% translate pagedesc %}</p>
|
||||
<ul>
|
||||
{% filter_for p in site.pages sort_by:date category:event %}
|
||||
<li>
|
||||
{{ p.date | date:"%Y-%m-%d" }} - <a href="{{ p.link }}">{{ p.title }}</a> - {{ p.city }}, {{ p.country }}
|
||||
</li>
|
||||
{% endfilter_for %}
|
||||
</ul>
|
||||
<ul>
|
||||
<li>{% translate meetupbitcointalk %}</li>
|
||||
<li>{% translate meetupwiki %}</li>
|
||||
<li>{% translate meetupgroup %}</li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue