mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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">
|
<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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue