Skip to content

Commit

Permalink
Update index.html added dates below posts
Browse files Browse the repository at this point in the history
  • Loading branch information
AMAIOLAMO authored Jan 16, 2024
1 parent 9cec1a7 commit 444950e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@

<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>

<div class="date">
Written on {{ page.date | date: "%B %e, %Y" }}
</div>

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

<a href="{{ site.baseurl }}{{ post.url }}" class="continue">Continue</a>
</article>
{% endfor %}
</div>
</div>

0 comments on commit 444950e

Please sign in to comment.