page-title.html 596 字节
Newer Older
C
codecalm 已提交
1 2
<div class="page-header">
	<h1 class="page-title">
C
chomik 已提交
3 4 5
		{% if include.icon %}
			<i class="{{ include.icon }} page-title-icon"></i>
		{% endif %}
C
codecalm 已提交
6

C
chomik 已提交
7
		{{ include.title | default: page.title }}
C
codecalm 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
	</h1>

	{% if include.subtitle %}
	<div class="page-subtitle">1 - 12 of 1713 photos</div>
	{% endif %}

	{% if include.options %}
	<div class="page-options">{{ include.options }}</div>
	{% endif %}

	{% comment %}
	<nav class="page-breadcrumb breadcrumb">
		<a class="breadcrumb-item" href="javascript:void(0)">Library</a>
		<span class="breadcrumb-item active">Cards</span>
	</nav>
	{% endcomment %}
</div>