File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ <h1 class="main-title">Information you need to understand Bitcoin and start buil
66 {{ toctree(maxdepth=1, collapse=False, includehidden=False) }}
77 </ div >
88 </ div >
9- </ div >
9+ </ div >
Original file line number Diff line number Diff line change 4242{%- endblock %}
4343
4444{%- macro sphinxsidebar() %}
45+ {% if pagename != 'index' %}
4546 {%- if render_sidebar %}
4647 < div class ="sphinxsidebar d-none d-md-block ">
4748 < div class ="sphinxsidebarwrapper ">
7273 </ div >
7374 </ div >
7475 {%- endif %}
76+ {% endif %}
7577{%- endmacro %}
7678
7779{% macro navBar() %}
9193
9294{%- block header %}
9395 {{ navBar() }}
94- {{ hero() }}
96+ {% if pagename == 'index' %}
97+ {{ hero() }}
98+ {% endif %}
9599{%- endblock %}
96100
97101
Original file line number Diff line number Diff line change 1+ body {
2+ margin-top : 54px ;
3+ }
4+
15.content-container {
26 max-width : 1170px ;
37 width : 100% ;
711
812/* Hero */
913.hero {
10- margin-top : 54px ;
1114 padding : 64px 0 60px ;
1215 background : # 13161F ;
1316}
You can’t perform that action at this time.
0 commit comments