mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 17:25:33 +00:00
Suche (Geschwindikeit und Auswahlfeld)
This commit is contained in:
@@ -24,7 +24,7 @@ eleventyNavigation:
|
||||
<div class="hideifsearching">
|
||||
Springe:
|
||||
{%- for post in collections.theater -%}
|
||||
{% if count % 1 == 0 and jahr !== post.data.Jahr %}
|
||||
{% if count % 3 == 0 and jahr !== post.data.Jahr %}
|
||||
<a class="underline decoration-dotted" href="#{{ post.data.Jahr }}">{{ post.data.Jahr }}</a>
|
||||
{% set jahr = post.data.Jahr %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user