mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Layout: Add Whitespace To Layouts
This commit is contained in:
parent
6bfb8849dd
commit
df3b8dcf28
14 changed files with 157 additions and 76 deletions
|
@ -4,15 +4,33 @@
|
|||
---
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="{{ page.lang }}">
|
||||
|
||||
<head>
|
||||
{% include layout/base/html-head.html %}</head>
|
||||
{% include layout/base/html-head.html %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% include layout/base/pagetop-detect-mobile.html %}{% include layout/base/pagetop-alert.html %} <div class="head"><div>
|
||||
{% include layout/base/head-language-dropdown.html %}{% include layout/base/head-mobile-menu.html %}{% include layout/base/head-logo.html %}{% include layout/base/head-language-select.html %}{% include layout/base/head-menu.html %} </div></div>
|
||||
<div class="body">
|
||||
{% include layout/base/content.html %} <div class="footer">
|
||||
{% include layout/base/footer-menu.html %}{% include layout/base/footer-sponsor.html %}{% include layout/base/footer-license.html %} </div>
|
||||
{% include layout/base/pagetop-detect-mobile.html %}
|
||||
{% include layout/base/pagetop-alert.html %}
|
||||
|
||||
<div class="head"><div>
|
||||
{% include layout/base/head-language-dropdown.html %}
|
||||
{% include layout/base/head-mobile-menu.html %}
|
||||
{% include layout/base/head-logo.html %}
|
||||
{% include layout/base/head-language-select.html %}
|
||||
{% include layout/base/head-menu.html %}
|
||||
</div></div>
|
||||
|
||||
<div class="body">
|
||||
{% include layout/base/content.html %}
|
||||
<div class="footer">
|
||||
{% include layout/base/footer-menu.html %}
|
||||
{% include layout/base/footer-sponsor.html %}
|
||||
{% include layout/base/footer-license.html %}
|
||||
</div>
|
||||
{% include layout/base/footer-js.html %}</body>
|
||||
</div>
|
||||
|
||||
{% include layout/base/footer-js.html %}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue