Bitcoin Core: add banner redirecting some pages to BitcoinCore.org

This commit is contained in:
David A. Harding 2016-01-16 19:19:37 -05:00
parent 2b8c4c2cc9
commit f02a8108f4
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
18 changed files with 39 additions and 0 deletions

View 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 %}