restore h1

This commit is contained in:
Paul Gauthier 2024-02-11 08:07:12 -08:00
parent 1498dc8c9d
commit c37eaebc48

View file

@ -6,8 +6,7 @@ layout: default
{% for post in site.posts %}
<article class="post">
<p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p>
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{% if post.excerpt %}
{{ post.excerpt }}