mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="{{ site.baseurl }}{{ post.url }}">
|
<p class="post-date">
|
||||||
<p class="post-date">{{ post.date | date: "%b %-d, %Y" }}</p>
|
<a href="{{ site.baseurl }}{{ post.url }}">
|
||||||
</a>
|
{{ post.date | date: "%b %-d, %Y" }}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
</article>
|
</article>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue