mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Core: mention separation of concerns from Bitcoin.org
This commit is contained in:
parent
51a5e1c829
commit
9f94bce8c4
5 changed files with 81 additions and 3 deletions
10
_includes/layout/base-core/footer-license.html
Normal file
10
_includes/layout/base-core/footer-license.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 %}
|
||||
|
||||
<div class="footerlicense">© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}<br>
|
||||
Bitcoin Core pages on Bitcoin.org are <a
|
||||
href="/en/bitcoin-core/about-site">maintained separately</a> from the
|
||||
rest of the site.
|
||||
</div>
|
16
_includes/layout/base-core/footer-menu.html
Normal file
16
_includes/layout/base-core/footer-menu.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
|
||||
<div class="footermenu">
|
||||
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">Network Status</a>
|
||||
<a href="/{{ page.lang }}/{% translate legal url %}">{% translate menu-legal layout %}</a>
|
||||
{% case page.lang %}
|
||||
{% when 'id' or 'da' or 'de' or 'es' or 'fr' or 'it' or 'hu' or 'nl' or 'pl' or 'pt_BR' or 'ro' or 'sl' or 'sv' or 'tr' or 'el' or 'bg' or 'ru' or 'uk' or 'ar' or 'fa' or 'hi' or 'ko' or 'ja' or 'zh_CN' or 'zh_TW' %}
|
||||
<a href="/en/privacy">Privacy Policy</a>
|
||||
{% else %}
|
||||
<a href="/{{ page.lang }}/{% translate privacy url %}">{% translate menu-privacy layout %}</a>
|
||||
{% endcase %}
|
||||
<a href="/en/bitcoin-core/about-site">About</a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue