mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Bitcoin Core: add banner redirecting some pages to BitcoinCore.org
This commit is contained in:
parent
2b8c4c2cc9
commit
f02a8108f4
18 changed files with 39 additions and 0 deletions
10
_includes/layout/base-core/pagetop-moved-notice.html
Normal file
10
_includes/layout/base-core/pagetop-moved-notice.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
|
||||
{% if page.moved_url %}
|
||||
<div class="banner-message success">
|
||||
<a href="{{page.moved_url}}"><span>{% translate banner-core-moved layout %}</span></a>
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue