mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
aider: Put the date under the post title.
# Aider chat conversation: USER: put the date under the post title ASSISTANT: ```diff --- blog/index.html +++ blog/index.html @@ ... @@ <div class="posts"> {% 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> + <p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p> <div class="entry"> ```
This commit is contained in:
parent
e08a4f82c1
commit
1498dc8c9d
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ layout: default
|
|||
<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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue