mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
5cff8a0e9d
commit
955f66ded2
1 changed files with 5 additions and 3 deletions
|
@ -14,9 +14,11 @@ layout: default
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<a href="{{ site.baseurl }}{{ post.url }}">
|
||||
<p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p>
|
||||
</a>
|
||||
<p class="post-date">
|
||||
<a href="{{ site.baseurl }}{{ post.url }}">
|
||||
{{ post.date | date: "%b %-d, %Y" }}
|
||||
</a>
|
||||
</p>
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue