Sha256: 18dd1deae31c07993bbc79871aa3e533860ab71b44f03701af666e701916ac52
Contents?: true
Size: 506 Bytes
Versions: 1
Compression:
Stored size: 506 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 }}" title="{{ title | replace: 'NUM', i }}"> {{ i }} </a> {% endif %} </li> {% endfor %} </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-2038-0.1.0 | _includes/page-link.html |