Page MenuHomeSealhub

articles.md
No OneTemporary

articles.md

---
layout: page
title: Arytkuły
---
<ul class="posts">
{% for post in site.posts %}
{% unless post.next %}
<h3>{{ post.date | date: '%Y' }}</h3>
{% else %}
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
{% if year != nyear %}
<h3>{{ post.date | date: '%Y' }}</h3>
{% endif %}
{% endunless %}
<li itemscope>
<a href="{{ site.github.url }}{{ post.url }}">{{ post.title }}</a>
<p class="post-date">
<span>
<i class="fa fa-calendar" aria-hidden="true"></i>
{{ post.date | date: "%B %-d" }}&nbsp;&nbsp;
<i class="fa fa-clock-o" aria-hidden="true"></i>
{% include read-time.html %}&nbsp;&nbsp;
<i class="fa fa-user" aria-hidden="true"></i> {{ post.author }}
</span>
</p>
</li>
{% endfor %}
</ul>

File Metadata

Mime Type
text/html
Expires
Sat, Oct 11, 07:44 (14 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
982842
Default Alt Text
articles.md (878 B)

Event Timeline