mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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,11 +4,11 @@
|
|||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Bitcoin conferences and events</title>
|
||||
<link>http://bitcoin.org/en/events</link>
|
||||
<link>https://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>
|
||||
<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 %}
|
||||
<item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue