Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 388 Bytes

rublog.md

File metadata and controls

18 lines (14 loc) · 388 Bytes
layout
default
{% 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">Читать дальше...</a>
</article>

{% endfor %}