This repository was archived by the owner on Nov 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-31
lines changed Expand file tree Collapse file tree 3 files changed +10
-31
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,3 @@ php ${SCRIPT_PATH}/table_responsive.php ${DOC_DIR}
99
99
# Fix pipes in tables
100
100
echo " Fixing pipes in tables"
101
101
php ${SCRIPT_PATH} /table_fix_pipes.php ${DOC_DIR}
102
-
103
- # Replace landing page content
104
- echo " Replacing landing page content"
105
- php ${SCRIPT_PATH} /swap_index.php ${DOC_DIR}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
44
44
{% include "nav.html" %}
45
45
46
- <!-- content:begin -->
47
- < div id ="page-top " class ="container docs ">
48
- {% block content %}
49
- < div class ="col-md-3 "> {% include "toc.html" %}</ div >
50
- < div class ="col-md-9 " role ="main "> {% include "content.html" %}</ div >
51
- {% endblock %}
52
- </ div >
53
- <!-- content:end -->
46
+ {% if page.input_path|string() == 'index.html' %}
47
+ {{ page.content }}
48
+ {% else %}
49
+ < div id ="page-top " class ="container docs ">
50
+ {% block content %}
51
+ < div class ="col-md-3 "> {% include "toc.html" %}</ div >
52
+ < div class ="col-md-9 " role ="main "> {% include "content.html" %}</ div >
53
+ {% endblock %}
54
+ </ div >
55
+ {% endif %}
54
56
55
57
{% include "footer.html" %}
56
58
You can’t perform that action at this time.
0 commit comments