navigation.html 914 字节
Newer Older
C
codecalm 已提交
1 2
---
menu: home
C
codecalm 已提交
3
page-header: Navigation
C
codecalm 已提交
4 5 6 7 8
---


<div class="box">
	<div class="mb-3">
C
codecalm 已提交
9
		{% include layout/navbar.html sample=true person-id=2 %}
C
codecalm 已提交
10 11 12
	</div>

	<div class="mb-3">
C
codecalm 已提交
13
		{% include layout/navbar.html sample=true dark=true hide-logo=true show-title=true hide-icons=true hide-username=true person-id=3 %}
C
codecalm 已提交
14 15 16
	</div>

	<div class="mb-3">
C
codecalm 已提交
17
		{% include layout/navbar.html sample=true dark=true small-logo=true background-color="#7952b3" hide-search=true person-id=4 %}
C
codecalm 已提交
18 19 20
	</div>

	<div class="mb-3">
C
codecalm 已提交
21
		{% include layout/navbar.html sample=true dark=true background="primary" hide-brand=true hide-icons=true fluid-search=true hide-username=true person-id=5 %}
C
codecalm 已提交
22 23 24
	</div>

	<div class="mb-3">
C
codecalm 已提交
25 26 27 28 29
		{% include layout/navbar.html sample=true secondary=true small-logo=true show-title=true person-id=6 %}
	</div>

	<div class="mb-3">
		{% include layout/navbar.html sample=true secondary=true dark=true person-id=7 %}
C
codecalm 已提交
30 31
	</div>
</div>