Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 403 Bytes

news.md

File metadata and controls

20 lines (16 loc) · 403 Bytes
layout title permalink
page
Newsletter
/news/
{% for post in site.posts %}
  <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>

  <div class="entry">
    {{ post.excerpt }}
  </div>

  <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Więcej...</a>
</article>

{% endfor %}