mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
layout
This commit is contained in:
parent
c64f434446
commit
e07a3dd9ef
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ layout: default
|
|||
<div class="posts">
|
||||
{% for post in site.posts %}
|
||||
<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="post-content">
|
||||
{% if post.excerpt %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue