where are older items?
This commit is contained in:
parent
0dcd06da21
commit
e58295a1af
1 changed files with 6 additions and 0 deletions
6
index.md
6
index.md
|
|
@ -11,6 +11,12 @@ title: Adafruit CircuitPython Weekly Newsletter
|
||||||
|
|
||||||
## Archive
|
## 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%}
|
{% for post in site.posts%}
|
||||||
[{{ post.title }}]({{ post.url | absolute_url }})
|
[{{ post.title }}]({{ post.url | absolute_url }})
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue