mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
New Bitcoin Core subsite
This commit contains a large number of contributions from Saïvann Carignan.
This commit is contained in:
parent
c4517a951e
commit
706c791e92
85 changed files with 17420 additions and 88 deletions
10
_includes/layout/base-core/html-head-extra.html
Normal file
10
_includes/layout/base-core/html-head-extra.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 %}
|
||||
|
||||
{% comment %}<!-- try to minimize the amount of JS on the Download page -->{% endcomment %}
|
||||
{% if page.id != 'download' %}
|
||||
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
|
||||
<script src="/js/jquery/jquery-ui.min.js"></script>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue