layout styling

This commit is contained in:
Lukasz Skotarek 2020-04-10 18:55:58 +02:00
parent 162b84d3aa
commit 37fd55cbd7
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@ layout: default
--- ---
<article class="post"> <article class="post">
<h1>{{ post.title }}</h1> <h1>{{ page.post.title }}</h1>
<div class="entry"> <div class="entry">
{{ content }} {{ content }}
@ -12,5 +12,4 @@ layout: default
<div class="date"> <div class="date">
Written on {{ page.date | date: "%B %e, %Y" }} Written on {{ page.date | date: "%B %e, %Y" }}
</div> </div>
</article> </article>

View file

@ -7,7 +7,7 @@ layout: default
<article class="post"> <article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1> <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
Published on: {{ post.post_date }} <br /> <h6>Published on: {{ post.post_date | date: "%B %e, %Y" }} <br /></h6>
<div class="entry"> <div class="entry">
{{ post.excerpt }} {{ post.excerpt }}