Sha256: ea63bdc614dc363f1ab716f76678cd6edf25a31fb4da74e9f51e55aa5f9434da

Contents?: true

Size: 952 Bytes

Versions: 11

Compression:

Stored size: 952 Bytes

Contents

{%-assign title_template  = include.title_template  | default: "Read ':item_title'"-%}
{%-assign separator       = include.separator       | default: "- "-%}
{%-assign list_item       = post | default: project | default: pg | default: page-%}
{%-assign item_authors    = post.author | default: project.author | default: pg.author | default: page.author-%}
              <li{%-if include.li_class %} class="{{-include.li_class-}}"{%-endif-%}>
                <a href="{{-list_item.url-}}" title="{{-title_template | replace: ':item_title', list_item.title-}}'">{{-list_item.title-}}</a>
              {%-if site.show.authors and site.show.page_authors and pg or page %}
                {{ separator-}}{%-include item_authors.html authors=item_authors-%}
              {%-elsif site.show.authors and post or project %}
                {{ separator-}}{%-include item_authors.html authors=item_authors-%}
              {%-endif %}
              </li>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.11 _includes/list_item.html
jekyll-theme-editorial-1.0.10 _includes/list_item.html
jekyll-theme-editorial-1.0.9 _includes/list_item.html
jekyll-theme-editorial-1.0.8 _includes/list_item.html
jekyll-theme-editorial-1.0.7 _includes/list_item.html
jekyll-theme-editorial-1.0.6 _includes/list_item.html
jekyll-theme-editorial-1.0.5 _includes/list_item.html
jekyll-theme-editorial-1.0.4 _includes/list_item.html
jekyll-theme-editorial-1.0.3 _includes/list_item.html
jekyll-theme-editorial-1.0.2 _includes/list_item.html
jekyll-theme-editorial-1.0.1 _includes/list_item.html