generated from inherentlee/11ty
15 lines
352 B
Plaintext
15 lines
352 B
Plaintext
---
|
|
title: All FediZineFest Zines
|
|
eleventyNavigation:
|
|
key: zines!
|
|
order: 3
|
|
---
|
|
|
|
<p>Trying to see just one year? Check out <a href="/years/2024/zines/">2024</a>,
|
|
<a href="/years/2025/zines/">2025</a>, or <a href="/years/2026-2027/zines/">2026-2027.</a>
|
|
</p>
|
|
|
|
{% set zines = collections.zines %}
|
|
{% set allyears = true %}
|
|
{% include "zines.njk" %}
|