From 01db2309b4e8a61d34e9a0c65bd7a65409143e26 Mon Sep 17 00:00:00 2001 From: lennartrommeiss <61516567+lenderom@users.noreply.github.com> Date: Sat, 9 May 2026 14:45:34 +0200 Subject: [PATCH] fix: add operators without FIP --- assets/sass/styles.scss | 4 ++++ content/country/_index.de.md | 22 +++++++++++----------- content/country/_index.en.md | 22 +++++++++++----------- content/country/_index.fr.md | 20 ++++++++++---------- layouts/country/list.html | 9 +++++++-- 5 files changed, 43 insertions(+), 34 deletions(-) diff --git a/assets/sass/styles.scss b/assets/sass/styles.scss index a953831e6..be26ecffb 100644 --- a/assets/sass/styles.scss +++ b/assets/sass/styles.scss @@ -200,6 +200,10 @@ figure { } } +.o-list__list--single-column { + grid-template-columns: 1fr; +} + .o-list__list-item { &--country, &--operator { diff --git a/content/country/_index.de.md b/content/country/_index.de.md index fe2217fc3..02b3ba9f1 100644 --- a/content/country/_index.de.md +++ b/content/country/_index.de.md @@ -3,24 +3,24 @@ title: "Übersicht der Länder" description: "Übersichtliche Darstellung aller Länder, in denen FIP-Vergünstigungen genutzt werden können. Erfahre, in welchen Ländern FIP 50 Tickets und internationale Freifahrten genutzt werden können." params: countriesWithoutFip: - - Albanien + - Åland + - Albanien (HSH - Hekurudha Shqiptare) - Andorra - - Belarus - - Estland + - Belarus (BČ - Belaruskaja Tschyhunka) + - Estland (Elron - Eesti Liinirongid) - Färöer - - Finnland - - Isle of Man + - Finnland (VR - VR-Yhtymä) + - Isle of Man (IoMR - Isle of Man Railways) - Island - Malta - - Moldau - - Russland + - Moldau (CFM - Calea Ferată din Moldova) + - Russland (RZD - Rossiyskie zheleznye dorogi) - San Marino - - Schweden - - Türkei - - Ukraine + - Schweden (SJ - SJ AB) + - Türkei (TCDD - Türkiye Cumhuriyeti Devlet Demiryolları) + - Ukraine (UZ - Ukrzaliznytsia) - Vatikanstadt - Zypern - - Åland --- Finde auf den nachfolgenden Seiten die FIP-Regelungen für Dein Reiseziel. diff --git a/content/country/_index.en.md b/content/country/_index.en.md index ddbd6f974..e78996930 100644 --- a/content/country/_index.en.md +++ b/content/country/_index.en.md @@ -4,24 +4,24 @@ description: "A clear overview of all countries where FIP benefits are available params: countriesWithoutFip: - - Albania + - Åland Islands + - Albania (HSH - Hekurudha Shqiptare) - Andorra - - Belarus + - Belarus (BČ - Belaruskaja Tschyhunka) - Cyprus - - Estonia + - Estonia (Elron - Eesti Liinirongid) - Faroe Islands - - Finland + - Finland (VR - VR-Yhtymä) - Iceland - - Isle of Man + - Isle of Man (IoMR - Isle of Man Railways) - Malta - - Moldova - - Russia + - Moldova (CFM - Calea Ferată din Moldova) + - Russia (RZD - Rossiyskie zheleznye dorogi) - San Marino - - Sweden - - Turkey - - Ukraine + - Sweden (SJ - SJ AB) + - Turkey (TCDD - Türkiye Cumhuriyeti Devlet Demiryolları) + - Ukraine (UZ - Ukrzaliznytsia) - Vatican City - - Åland Islands --- Find the FIP regulations for your destination on the following pages. diff --git a/content/country/_index.fr.md b/content/country/_index.fr.md index 34c4e1ce0..bea795c3c 100644 --- a/content/country/_index.fr.md +++ b/content/country/_index.fr.md @@ -3,23 +3,23 @@ title: "Liste des pays" description: "Un aperçu clair de tous les pays où les avantages du FIP peuvent être utilisés. Découvrez dans quels pays les billets FIP 50 et Coupons FIP sont valables." params: countriesWithoutFip: - - Albanie + - Albanie (HSH - Hekurudha Shqiptare) - Andorre - - Belarus + - Belarus (BČ - Belaruskaja Tschyhunka) - Chypre - - Estonie - - Finlande + - Estonie (Elron - Eesti Liinirongid) + - Finlande (VR - VR-Yhtymä) - Islande - - Île de Man + - Île de Man (IoMR - Isle of Man Railways) - Îles Féroé - Îles Åland - Malte - - Moldavie - - Russie + - Moldavie (CFM - Calea Ferată din Moldova) + - Russie (RZD - Rossiyskie zheleznye dorogi) - Saint-Marin - - Suède - - Turquie - - Ukraine + - Suède (SJ - SJ AB) + - Turquie (TCDD - Türkiye Cumhuriyeti Devlet Demiryolları) + - Ukraine (UZ - Ukrzaliznytsia) - Vatican --- diff --git a/layouts/country/list.html b/layouts/country/list.html index b57ed1d07..298eee52d 100644 --- a/layouts/country/list.html +++ b/layouts/country/list.html @@ -10,7 +10,8 @@

{{ T "countries.overview" }}

{{ range .Pages }}
  • -
    + +
    {{ partial "flag" (dict "country" .File.ContentBaseName) }}
    @@ -31,9 +32,13 @@

    {{ T "countries.overview" }}

    {{ end }}
    +

    {{ T "countries.without-fip" }}

    -
      +
        {{ range .Params.countriesWithoutFip }}
      • {{ . }}
      • {{ end }}