This commit is contained in:
Paul Gauthier 2024-02-19 17:46:57 -08:00
parent c64f434446
commit e07a3dd9ef

View file

@ -5,7 +5,7 @@ layout: default
<div class="posts"> <div class="posts">
{% for post in site.posts %} {% for post in site.posts %}
<article class="post"> <article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1> <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<div class="entry"> <div class="entry">
<div class="post-content"> <div class="post-content">
{% if post.excerpt %} {% if post.excerpt %}