Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
last?
  • Loading branch information
Viktor Merkurev committed Mar 14, 2020
1 parent 79d9ded commit 4f802be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
---

<div class="posts">
{% for post in site.posts %}
<article class="post">

<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">Read More</a>
</article>
{% endfor %}
</div>

0 comments on commit 4f802be

Please sign in to comment.