Page MenuHomeSealhub

index.html
No OneTemporary

index.html

---
layout: default
title: blog
---
{% for post in paginator.posts %}
<div class="posts">
<h1>
<a href="{{ site.github.url }}{{ post.url }}">{{ post.title }}</a>
</h1>
{% if post.image.teaser %}
<a href="{{ site.github.url }}{{ post.url }}"><img src="{{ site.github.url }}/images/{{ post.image.teaser }}"></a>
{% endif %}
<p>
{{ post.content | strip_html | truncate: 350 }} <a href="{{ site.github.url }}{{ post.url }}">Czytaj dalej</a>
<span class="post-date" style="margin-top:3px"><i class="fa fa-calendar" aria-hidden="true"></i> {{ post.date | date_to_string }}&nbsp;&nbsp;&nbsp;<i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}&nbsp;&nbsp;&nbsp;<i class="fa fa-user" aria-hidden="true"></i> {{ post.author }}</span>
</p>
</div>
{% endfor %}
<!-- Pagination links -->
<div class="pagination">
{% if paginator.next_page %}
<a class="pagination-button pagination-active" href="{{ site.github.url }}{{ paginator.next_page_path }}" class="next">Starsze</a>
{% else %}
<span class="pagination-button">Starsze</span>
{% endif %}
{% if paginator.previous_page %}
<a class="pagination-button pagination-active" href="{{ site.baseurl }}{{ paginator.previous_page_path }}">Nowsze</a>
{% else %}
<span class="pagination-button">Nowsze</span>
{% endif %}
</div>

File Metadata

Mime Type
text/html
Expires
Sat, Nov 23, 11:58 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
547980
Default Alt Text
index.html (1 KB)

Event Timeline