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,7 +4,7 @@ lang: en
|
|||
---
|
||||
{% if page.canonical != nil %}
|
||||
<script>window.location.href='{{ page.canonical }}';</script>
|
||||
<link rel="canonical" href="http://bitcoin.org{{ page.canonical }}"/>
|
||||
<link rel="canonical" href="https://bitcoin.org{{ page.canonical }}"/>
|
||||
{% endif %}
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue