jekyll/site/_layouts/news_item.html

19 lines
449 B
HTML

---
layout: news
---
<article>
<h2 class="center-on-mobiles">
{{ page.title }}
<a href="{{ page.url }}" class="permalink" title="Permalink"></a>
</h2>
<p class="post-content">
{{ content }}
</p>
<p class="post-details">
Posted on {{ page.date | date_to_string }}
by <a href="https://github.com/{{ page.author }}">@{{ page.author }}</a>,
filed in {{ page.categories | array_to_sentence_string }}
</p>
</article>