Sha256: 795c2322cf52976d0170582e850f4d98348d685348d559be005383278f1b0e7c

Contents?: true

Size: 660 Bytes

Versions: 6

Compression:

Stored size: 660 Bytes

Contents

<ul class="detail-list">
{% assign indices = site.documents | where: "collection", site.theme-settings.collection | where_exp: "page", "page.chapnum != null" | where_exp: "page", "page.pagenum == null" | sort: "chapnum" %}
{% if page.subsite %}
	{% assign indices = indices | where: "subsite", page.subsite %}
{% endif %}
{% for index in indices %}
	<li>
		<p><a href="{{ index.url | remove: "/index" | relative_url | uri_escape }}">{{ index.chapter | escape | replace: " ", "&nbsp;" }}</a></p>
		{% assign blurb = index.content | strip %}{% if blurb.size > 0 %}<p>{{ blurb | replace: '<p>', '' | replace: '</p>', '' }}</p>{% endif %}
	</li>
{% endfor %}
</ul>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-gitbook-0.0.6 _includes/chapter-list.html
jekyll-theme-gitbook-0.0.5 _includes/chapter-list.html
jekyll-theme-gitbook-0.0.4 _includes/chapter-list.html
jekyll-theme-gitbook-0.0.3 _includes/chapter-list.html
jekyll-theme-gitbook-0.0.2 _includes/chapter-list.html
jekyll-theme-gitbook-0.0.1 _includes/chapter-list.html