mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +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/content.html
Normal file
10
_includes/layout/base-core/content.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 id="content" class="content">
|
||||
<div {% if page.columns == 1 and page.lang == 'en' %}class="one-column"{% endif %}>
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue