Sha256: bb47ad33d4c446add57923b6a96e00834ac04a44999e45263841e31df4ddd0a6

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 Bytes

Contents

<article>
  <h2>
    <a href="{{ post.url }}">
      {{ post.title }}
    </a>
  </h2>
  <span class="post-category">
    <span class="label">
      {{ post.categories | array_to_sentence_string }}
    </span>
  </span>
  <div class="post-meta">
    <span class="post-date">
      {{ post.date | date_to_string }}
    </span>
    <a href="https://github.com/{{ post.author }}" class="post-author">
      <img src="https://github.com/{{ post.author }}.png" class="avatar" alt="{{ post.author }} avatar" width="24" height="24">
      {{ post.author }}
    </a>
  </div>
  <div class="post-content">
    {{ post.content }}
  </div>
</article>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-docs-3.1.6 site/_includes/news_item.html
jekyll-docs-3.1.5 site/_includes/news_item.html
jekyll-docs-3.1.4 site/_includes/news_item.html
jekyll-docs-3.1.3 site/_includes/news_item.html
jekyll-docs-3.1.2 site/_includes/news_item.html
jekyll-docs-3.0.3 site/_includes/news_item.html