where are older items?

This commit is contained in:
Jeff Epler 2022-07-18 16:43:12 -05:00
parent 0fca9cc505
commit 7da05d046a
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -11,6 +11,12 @@ title: Adafruit CircuitPython Weekly Newsletter
## Archive
Older items that have been moved to "attic" are not rendered here.
This is needed to keep the update time for github pages reasonable.
The canonical site for the archives is
[https://www.adafruitdaily.com/category/circuitpython/](https://www.adafruitdaily.com/category/circuitpython/)
{% for post in site.posts%}
[{{ post.title }}]({{ post.url | absolute_url }})
{% endfor %}