topnav.html 399 字节
Newer Older
C
codecalm 已提交
1
<header class="topnav topbar">
C
codecalm 已提交
2 3
   <div class="container{% if include.fluid %}-fluid{% endif %}">
      <div class="navbar navbar-expand-lg {% if include.dark %}navbar-dark bg-dark text-white{% else %}navbar-light{% endif %}{% if include.sticky %} navbar-sticky{% endif %}">
C
codecalm 已提交
4
         {% include_cached layout/navbar.html search=true menu-layout=page.menu-layout %}
C
codecalm 已提交
5
      </div>
C
codecalm 已提交
6
   </div>
C
chomik 已提交
7 8
</header>

C
codecalm 已提交
9