Sha256: 8dca24276182479cac8634b8311a6a965d9d9a0c8c01d9bb9d94cd6854023289

Contents?: true

Size: 526 Bytes

Versions: 8

Compression:

Stored size: 526 Bytes

Contents

<ul class="ml-page-list">
{%- assign title = include.title | default: 'NUM' -%}
{% for i in (include.from .. include.to) %}
	<li>
		{% if i == include.current %}
		<span class="ml-placeholder">{{ i }}</span>
		{%- elsif include.first-url and i == 1 -%}
			<a href="{{ include.first-url }}" title="{{ include.first-title | default: '1' }}">
				{{ i }}
			</a>
		{% else %}
			<a href="{{ include.url | replace: 'NUM', i }}" title="{{ title | replace: 'NUM', i }}">
				{{ i }}
			</a>
		{% endif %}
	</li>
{% endfor %}
</ul>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-2038-0.1.8 _includes/page-link.html
jekyll-theme-2038-0.1.7 _includes/page-link.html
jekyll-theme-2038-0.1.6 _includes/page-link.html
jekyll-theme-2038-0.1.5 _includes/page-link.html
jekyll-theme-2038-0.1.4 _includes/page-link.html
jekyll-theme-2038-0.1.3 _includes/page-link.html
jekyll-theme-2038-0.1.2 _includes/page-link.html
jekyll-theme-2038-0.1.1 _includes/page-link.html