navigation.html 623 字节
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 hide-icons=true person-id=2 %}
C
codecalm 已提交
10 11 12
	</div>

	<div class="mb-3">
C
codecalm 已提交
13
		{% include layout/navbar.html dark=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 dark=true background="#7952b3" hide-icons=true hide-search=true person-id=4 %}
C
codecalm 已提交
18 19 20
	</div>

	<div class="mb-3">
C
codecalm 已提交
21 22 23 24 25
		{% include layout/navbar.html secondary=true person-id=5 %}
	</div>

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