Sha256: 64b1c3e851ab2cebb4d383ffda003eac6d73cb493120e07852e851fefcaaa7e0

Contents?: true

Size: 374 Bytes

Versions: 17

Compression:

Stored size: 374 Bytes

Contents

{% assign post = include.post %}
{% assign format = include.format | default:site.data.strings.date_formats.related_post | default:"%d %b %Y" %}

<li class="h4">
  <a href="{{ post.url | relative_url }}" class="flip-title"><span>{{ post.title }}</span></a>
  <time class="faded fine" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date:format }}</time>
</li>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.2.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.9 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.8 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.7 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.6 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.5 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.4 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.3 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.2 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.1.0 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.0.4 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.0.3 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.0.2 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.0.1 _includes/components/post-list-item.html
jekyll-theme-hydejack-9.0.0 _includes/components/post-list-item.html