mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +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
53
_layouts/base-core.html
Normal file
53
_layouts/base-core.html
Normal file
|
@ -0,0 +1,53 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="{{ page.lang }}">
|
||||
|
||||
{% comment %}
|
||||
<!-- on non-translated pages (e.g. Download page), use conditionals to
|
||||
use the base template -->
|
||||
{% endcomment %}
|
||||
|
||||
<head>
|
||||
{% include layout/base-core/html-head-jquery-css.html %}
|
||||
{% include layout/base/html-head.html %}
|
||||
{% include layout/base-core/html-head-extra.html %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include layout/base/pagetop-detect-mobile.html %}
|
||||
{% include layout/base/pagetop-alert.html %}
|
||||
|
||||
<div class="head"><div>
|
||||
{% include layout/base/head-language-dropdown.html %}
|
||||
{% include layout/base/head-mobile-menu.html %}
|
||||
{% if page.lang == 'en' %}
|
||||
{% include layout/base-core/head-logo.html %}
|
||||
{% include layout/base/head-language-select.html %}
|
||||
{% include layout/base-core/head-menu.html %}
|
||||
{% else %}
|
||||
{% include layout/base/head-logo.html %}
|
||||
{% include layout/base/head-language-select.html %}
|
||||
{% include layout/base/head-menu.html %}
|
||||
{% endif %}
|
||||
</div></div>
|
||||
|
||||
<div class="body">
|
||||
{% if page.lang == 'en' %}
|
||||
{% include layout/base/breadcrumbs.html %}
|
||||
{% endif %}
|
||||
{% include layout/base-core/content.html %}
|
||||
<div class="footer">
|
||||
{% include layout/base/footer-menu.html %}
|
||||
{% include layout/base/footer-sponsor.html %}
|
||||
{% include layout/base/footer-license.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include layout/base-core/footer-js-extra.html %}
|
||||
{% include layout/base/footer-js.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue