mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2025-10-29 09:15:34 +00:00
Bessere Filtermöglichkeiten für Listen
This commit is contained in:
@@ -13,7 +13,7 @@ eleventyNavigation:
|
||||
<button class="showifsearching" onclick="var input = this.previousElementSibling; input.value = ''; input.focus(); search();" alt="Clear the search form">Suche abbrechen</button>
|
||||
<div class="hideifsearching">
|
||||
Jahr
|
||||
<select onchange="window.location.href=this.value" >
|
||||
<select onchange="window.location.href=this.value" id="listselect">
|
||||
{% set jahr = "" %}
|
||||
{% set count = 0 %}
|
||||
{%- for post in collections.posthumeausgaben -%}
|
||||
@@ -25,7 +25,7 @@ eleventyNavigation:
|
||||
{%- endfor -%}
|
||||
</select>
|
||||
</div>
|
||||
<button id="scrollbutton" href="#top">↑ nach oben</button>
|
||||
<button id="scrollbutton" href="#top">↑ oben</button>
|
||||
</div>
|
||||
|
||||
<div class="yearlist" id="list">
|
||||
|
||||
Reference in New Issue
Block a user