some layout edits

This commit is contained in:
Lukasz Skotarek 2020-04-10 18:47:23 +02:00
parent 1042ea6f42
commit 162b84d3aa
3 changed files with 4 additions and 4 deletions

View file

@ -7,12 +7,14 @@ layout: default
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
Published on: {{ post.post_date }} <br />
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>
</div>