Sha256: 26d5d49abb37a9ced712c65afe6bceb86fffc5ae0e640e1b9a3af72af7445581

Contents?: true

Size: 530 Bytes

Versions: 16

Compression:

Stored size: 530 Bytes

Contents

{% assign post_series = site.data.series[page.series] %}{% assign series = '' %}{% for post in site.posts %}{% if post.url == page.url %}{% assign series = post.series %}{% endif %}{% endfor %}  
<div class="series_list">
	<h4>{{ series }}</h4>
	<ol>{% for post in site.posts reversed %}{% if post.series == series %}  
		<li>{% if page.url == post.url %}{{post.title}}{% else %}<a href="{{post.url}}">{{post.title}}</a>{% endif %}</li>{% endif %}{% endfor %}  
	</ol>
</div>

{% assign post_series = '' %}{% assign series = '' %}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-perry-0.1.16 _includes/series.html
jekyll-theme-perry-0.1.15 _includes/series.html
jekyll-theme-perry-0.1.14 _includes/series.html
jekyll-theme-perry-0.1.13 _includes/series.html
jekyll-theme-perry-0.1.12 _includes/series.html
jekyll-theme-perry-0.1.11 _includes/series.html
jekyll-theme-perry-0.1.10 _includes/series.html
jekyll-theme-perry-0.1.8 _includes/series.html
jekyll-theme-perry-0.1.7 _includes/series.html
jekyll-theme-perry-0.1.6 _includes/series.html
jekyll-theme-perry-0.1.5 _includes/series.html
jekyll-theme-perry-0.1.4 _includes/series.html
jekyll-theme-perry-0.1.3 _includes/series.html
jekyll-theme-perry-0.1.2 _includes/series.html
jekyll-theme-perry-0.1.1 _includes/series.html
jekyll-theme-perry-0.1.0 _includes/series.html