mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Use https urls for RSS feeds, opengraph icon and canonical urls
This commit is contained in:
parent
d8900d8156
commit
112062a7bc
5 changed files with 13 additions and 13 deletions
|
@ -4,16 +4,16 @@
|
|||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Bitcoin network status and alerts</title>
|
||||
<link>http://bitcoin.org/en/alerts</link>
|
||||
<link>https://bitcoin.org/en/alerts</link>
|
||||
<description>This RSS feed allows to follow events and alerts surrounding the Bitcoin network and software.</description>
|
||||
<image>
|
||||
<url>http://bitcoin.org/img/logo_rss.png</url>
|
||||
<link>http://bitcoin.org/en/alerts</link>
|
||||
<url>https://bitcoin.org/img/logo_rss.png</url>
|
||||
<link>https://bitcoin.org/en/alerts</link>
|
||||
</image>
|
||||
{% filter_for p in site.pages reversed sort_by:date category:alert %}
|
||||
<item>
|
||||
<title>{{ p.title }}</title>
|
||||
<link>http://bitcoin.org{{ p.url | replace:'.html','' }}</link>
|
||||
<link>https://bitcoin.org{{ p.url | replace:'.html','' }}</link>
|
||||
<pubDate>{{ p.date | date: "%a, %d %b %Y" }}</pubDate>
|
||||
</item>
|
||||
{% endfilter_for %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue