Sha256: 470c167bbf1ac76531621661deefd55aaf258437b9bb50c57f743e5d6228df59

Contents?: true

Size: 597 Bytes

Versions: 3

Compression:

Stored size: 597 Bytes

Contents

<article>
  <h2>
    <a href="{{ post.url }}">
      {{ post.title }}
    </a>
  </h2>
  <span class="post-category">
    {% for category in post.categories %}
    <span class="label">{{ category }}</span>
    {% endfor %}
  </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" />
      {{ post.author }}
    </a>
  </div>
  <p class="post-content">
    {{ post.content }}
  </p>
</article>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-1.2.0 site/_includes/news_item.html
jekyll-1.1.2 site/_includes/news_item.html
jekyll-1.1.1 site/_includes/news_item.html