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