mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
tracks
This commit is contained in:
@@ -4,15 +4,14 @@ layout: base
|
||||
|
||||
<div class="d-flex h-auto min-h-screen">
|
||||
|
||||
{% if page.nav-position == "left" or page.nav-position == "right" %}
|
||||
{% if page.nav-position == "left" or page.nav-position == "right" or page.nav-position == "all" %}
|
||||
{% include layout/sidenav.html %}
|
||||
{% endif %}
|
||||
|
||||
<div class="flex-fill d-flex flex-column mw-100">
|
||||
{{ page.header-dark }}
|
||||
{% include layout/header.html dark=page.header-dark %}
|
||||
<div class="main-content flex-fill d-flex flex-column mw-100">
|
||||
{% include layout/header.html %}
|
||||
|
||||
{% if page.nav-position == "top" %}
|
||||
{% if page.nav-position == "top" or page.nav-position == "all" %}
|
||||
{% include layout/topnav.html %}
|
||||
{% endif %}
|
||||
|
||||
@@ -26,30 +25,5 @@ layout: base
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="row align-items-center flex-row-reverse">
|
||||
<div class="col-auto ml-lg-auto">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
<ul class="list-inline list-inline-dots mb-0">
|
||||
<li class="list-inline-item"><a href="./docs/index.html">Documentation</a></li>
|
||||
<li class="list-inline-item"><a href="./faq.html">FAQ</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<a href="https://github.com/tabler/tabler" class="btn btn-outline-primary btn-sm">Source
|
||||
code</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
|
||||
Copyright © 2018 <a href=".">Tabler</a>. Theme by <a href="https://codecalm.net" target="_blank">codecalm.net</a>
|
||||
All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user