mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
![]() # Aider chat conversation: USER: make post.date uppercase ASSISTANT: ```diff --- blog/index.html +++ blog/index.html @@ ... @@ <p class="post-date"> - {{ post.date | date: "%b %-d, %Y" }} + {{ post.date | date: "%b %-d, %Y" | upcase }} </p> </article> {% endfor %} </div> ``` |
||
---|---|---|
.. | ||
index.html |