mirror of
https://github.com/Aider-AI/aider
synced 2026-04-28 02:17:03 +02:00
15 lines
249 B
Markdown
15 lines
249 B
Markdown
---
|
|
title: A draft post.
|
|
excerpt: With a draft summary.
|
|
highlight_image: /assets/linting.jpg
|
|
draft: true
|
|
nav_exclude: true
|
|
---
|
|
{% if page.date %}
|
|
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
|
{% endif %}
|
|
|
|
# A draft post
|
|
|
|
Content TBD.
|