mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
separate content of headers and footer (#1769)
This commit is contained in:
committed by
GitHub
parent
bf006cdd00
commit
d94613aad5
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
{% include footer/footer-{{ page.lang }}.html %}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user