mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
restore h1
This commit is contained in:
parent
1498dc8c9d
commit
c37eaebc48
1 changed files with 1 additions and 2 deletions
|
@ -6,8 +6,7 @@ layout: default
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<article class="post">
|
<article class="post">
|
||||||
<p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p>
|
<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">
|
<div class="entry">
|
||||||
{% if post.excerpt %}
|
{% if post.excerpt %}
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue