diff --git a/_includes/zines.njk b/_includes/zines.njk
index 3bc4fa7..69095fe 100644
--- a/_includes/zines.njk
+++ b/_includes/zines.njk
@@ -6,7 +6,7 @@
{% endif %}
{% if zine.data.site %}
- {{ zine.data.artist }}
+ {{ zine.data.artist }}
{% else %}
{{ zine.data.artist }}
{% endif %}
diff --git a/css/zines.css b/css/zines.css
index d3299f4..54b6d8d 100644
--- a/css/zines.css
+++ b/css/zines.css
@@ -2,13 +2,13 @@
padding: 0;
}
-#zine-container li {
+#zine-container > li {
list-style: none;
border-bottom: solid;
border-left: solid;
border-radius: 4px;
padding: 0 .4rem .4rem;
- margin-bottom: 1rem;
+ margin-bottom: 2rem;
}
#zine-container h2,
@@ -36,3 +36,16 @@
margin: 0;
color: var(--color-header);
}
+
+#zine-container blockquote p {
+ display: block;
+ margin-block: .75rem;
+}
+
+#zine-container blockquote p:first-child {
+ margin-top: .5rem;
+}
+
+#zine-container blockquote p:last-child {
+ margin-bottom: 0;
+}
diff --git a/src/years/2026-2027/index.md b/src/years/2026-2027/index.md
index 9e33909..4eeaa60 100644
--- a/src/years/2026-2027/index.md
+++ b/src/years/2026-2027/index.md
@@ -10,7 +10,7 @@ layout: base.njk
The interest form for 2026-2027 is open on the [signup page.](/signup)
-[Pre-order zine bundles now!](https://ko-fi.com/inherentlee/shop/fedizinefest2026_2027)
+You can [pre-order zine bundles now!](https://ko-fi.com/inherentlee/shop/fedizinefest2026_2027)
Read the [FediZineFest 2026-2027 guidelines.](/years/2026-2027/guidelines)
diff --git a/src/years/index.md b/src/years/index.md
index 1ec5e33..8b66a08 100644
--- a/src/years/index.md
+++ b/src/years/index.md
@@ -9,6 +9,8 @@ eleventyNavigation:
### [2026-2027 guidelines](/years/2026-2027/guidelines)
+### [2026-2027 zines](/years/2026-2027/zines)
+
## [FediZineFest 2025](/years/2025)
### [2025 guidelines](/years/2025/guidelines)
diff --git a/src/zines.njk b/src/zines.njk
index 4b5dc5d..d2ad039 100644
--- a/src/zines.njk
+++ b/src/zines.njk
@@ -5,6 +5,10 @@ eleventyNavigation:
order: 3
---
+
Trying to see just one year? Check out 2024,
+ 2025, or 2026-2027.
+
+
{% set zines = collections.zines %}
{% set allyears = true %}
{% include "zines.njk" %}