generated from inherentlee/11ty
generic zine updates and styling and such
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<h2>
|
<h2>
|
||||||
{% if zine.data.site %}
|
{% if zine.data.site %}
|
||||||
<a href="{{ zine.data.site }}">{{ zine.data.artist }}</a>
|
<a href="{{ zine.data.site }}" target="_blank">{{ zine.data.artist }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ zine.data.artist }}
|
{{ zine.data.artist }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
+15
-2
@@ -2,13 +2,13 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zine-container li {
|
#zine-container > li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border-bottom: solid;
|
border-bottom: solid;
|
||||||
border-left: solid;
|
border-left: solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 0 .4rem .4rem;
|
padding: 0 .4rem .4rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zine-container h2,
|
#zine-container h2,
|
||||||
@@ -36,3 +36,16 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--color-header);
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ layout: base.njk
|
|||||||
|
|
||||||
The interest form for 2026-2027 is open on the [signup page.](/signup)
|
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)
|
Read the [FediZineFest 2026-2027 guidelines.](/years/2026-2027/guidelines)
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ eleventyNavigation:
|
|||||||
|
|
||||||
### [2026-2027 guidelines](/years/2026-2027/guidelines)
|
### [2026-2027 guidelines](/years/2026-2027/guidelines)
|
||||||
|
|
||||||
|
### [2026-2027 zines](/years/2026-2027/zines)
|
||||||
|
|
||||||
## [FediZineFest 2025](/years/2025)
|
## [FediZineFest 2025](/years/2025)
|
||||||
|
|
||||||
### [2025 guidelines](/years/2025/guidelines)
|
### [2025 guidelines](/years/2025/guidelines)
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ eleventyNavigation:
|
|||||||
order: 3
|
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 zines = collections.zines %}
|
||||||
{% set allyears = true %}
|
{% set allyears = true %}
|
||||||
{% include "zines.njk" %}
|
{% include "zines.njk" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user