separate content of headers and footer (#1769)

This commit is contained in:
Sebastian Beltran
2025-02-06 18:13:51 -05:00
committed by GitHub
parent bf006cdd00
commit d94613aad5
95 changed files with 1499 additions and 3415 deletions

View File

@@ -7,7 +7,7 @@
<section class="content">
{% include header/header-{{ page.lang }}.html %}
{% include header.html %}
{% include api/en/3x/menu.md %}
@@ -17,7 +17,7 @@
</section>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>

View File

@@ -8,11 +8,11 @@
{% else %}
<body class="non-en-doc">
{% endif %}
{% include header/header-{{ page.lang }}.html %}
{% include header.html %}
<div id="overlay"></div>
<main class="content-404">
{{ content }}
</main>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>
</html>

View File

@@ -7,7 +7,7 @@
<section class="content">
{% include header/header-{{ page.lang }}.html %}
{% include header.html %}
{% include api/en/4x/menu.md %}
@@ -17,7 +17,7 @@
</section>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>

View File

@@ -7,7 +7,7 @@
<section class="content">
{% include header/header-{{ page.lang }}.html %}
{% include header.html %}
{% include api/en/5x/menu.md %}
@@ -17,7 +17,7 @@
</section>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>

View File

@@ -16,7 +16,7 @@
{{ content }}
</main>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>
</html>

View File

@@ -12,7 +12,7 @@
<section class="page content">
{% include header/header-{{ page.lang }}.html %}
{% include header.html %}
<div id="overlay"></div>
@@ -26,7 +26,7 @@
</div>
</section>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>

View File

@@ -6,7 +6,7 @@
<section class="content">
{% include header/header-{{ page.lang }}.html %}
{% include header.html %}
{% include blog/posts-menu.md %}
@@ -28,7 +28,7 @@
</div>
</section>
{% include footer/footer-{{ page.lang }}.html %}
{% include footer.html %}
</body>