Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/country/_index.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Länder"
description: "Überblick über die Länder, in denen FIP-Vergünstigungen genutzt werden können."
---

Momemtan sind noch nicht für alle Länder und Betreiber Informationen verfügbar. Den aktuellen Bearbeitungsstand findest du auf [GitHub](https://github.com/orgs/fipguide/projects/3).
6 changes: 6 additions & 0 deletions content/country/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Countries"
description: "Overview of the countries where FIP benefits are available."
---

Currently, information is not yet available for all countries and operators. You can see the current information status on [GitHub](https://github.com/orgs/fipguide/projects/3).
4 changes: 4 additions & 0 deletions content/news/_index.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "News"
description: "Aktuelle Informationen und Neuigkeiten rund um den FIP Guide."
---
4 changes: 4 additions & 0 deletions content/news/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "News"
description: "Latest updates and information about the FIP Guide."
---
6 changes: 6 additions & 0 deletions content/operator/_index.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Betreiber mit FIP"
description: "Überblick über die Betreiber, die FIP-Vergünstigungen anbieten."
---

Momemtan sind noch nicht für alle Länder und Betreiber Informationen verfügbar. Den aktuellen Bearbeitungsstand findest du auf [GitHub](https://github.com/orgs/fipguide/projects/3).
6 changes: 6 additions & 0 deletions content/operator/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Operators supporting FIP"
description: "Overview of the operators providing FIP benefits."
---

Currently, information is not yet available for all countries and operators. You can see the current information status on [GitHub](https://github.com/orgs/fipguide/projects/3).
11 changes: 1 addition & 10 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ highlight-important: Wichtige Information
highlight-inofficial: Inoffizielle Information
highlight-tip: Persönlicher Tipp
news-headline: Was gibt's Neues?
_operator__list_title: Betreiber mit FIP
_country__list_title: Länder
_news__list_title: Neuigkeiten
updateDate: Zuletzt aktualisiert
related: Verwandte Seiten
toc_name: Inhalt
_operator__nearby: Angrenzende Betreiber
toc-backlink: Zurück zu
editPage: Seite bearbeiten
list-disclaimer: Momemtan sind noch nicht für alle Länder und Betreiber Informationen verfügbar. Den aktuellen Bearbeitungsstand findest du auf
list-disclaimer-link: GitHub
anchorLink:
copy: Link zu diesem Abschnitt kopieren
copied: Link wurde in die Zwischenablage kopiert
meta-description:
country: Überblick über die Länder, in denen FIP-Vergünstigungen genutzt werden können.
operator: Überblick über die Betreiber, die FIP-Vergünstigungen anbieten.
news: Aktuelle Informationen und Neuigkeiten rund um den FIP Guide.
copied: Link wurde in die Zwischenablage kopiert
11 changes: 1 addition & 10 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ highlight-important: Important Information
highlight-inofficial: Unofficial Information
highlight-tip: Personal Tip
news-headline: What's new?
_operator__list_title: Operators supporting FIP
_country__list_title: Countries
_news__list_title: News
updateDate: Last updated
related: Related Pages
toc_name: Contents
_operator__nearby: Neighboring Operators
toc-backlink: Back to
editPage: Edit page
list-disclaimer: Currently, information is not yet available for all countries and operators. You can see the current information status on
list-disclaimer-link: GitHub
anchorLink:
copy: Copy link to this section
copied: Link has been copied to the clipboard
meta-description:
country: Overview of the countries where FIP benefits are available.
operator: Overview of the operators providing FIP benefits.
news: Latest updates and information about the FIP Guide.
copied: Link has been copied to the clipboard
6 changes: 1 addition & 5 deletions layouts/_default/list.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{{ define "main" }}
<div class="container o-list">
<div class="row">
{{ $path := .RelPermalink }}
{{ $cleanPath := replaceRE "^/[^/]+/" "/" $path }}
{{ $key := printf "%s_list_title" (replace $cleanPath "/" "_" -1) }}
{{ $type := .Type }}
<h2 data-pagefind-meta="title">{{ i18n $key }}</h2>
<h2 data-pagefind-meta="title">{{ .Title }}</h2>
{{ .Content }} {{ range .Pages }}
{{ partial "teaser.html" (dict "listview" "true" "page" .) }}
{{ end }}
Expand Down
14 changes: 3 additions & 11 deletions layouts/country/list.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
{{ define "main" }}
<div class="container o-list">
<div class="row">
{{ $path := .RelPermalink }}
{{ $cleanPath := replaceRE "^/[^/]+/" "/" $path }}
{{ $key := printf "%s_list_title" (replace $cleanPath "/" "_" -1) }}
<h2 data-pagefind-meta="title">{{ i18n $key }}</h2>
<p>
{{ T "list-disclaimer"}}
<a href="https://github.com/orgs/fipguide/projects/3">{{ T "list-disclaimer-link"}}</a>.
</p>
</div>
<div class="row">
{{ .Content }} {{ range .Pages }}
<h2 data-pagefind-meta="title">{{ .Title }}</h2>
{{ .Content }}
{{ range .Pages }}
<a href="{{ .RelPermalink }}" class="col-12 col-lg-4 col-sm-6 o-list__link">
<div class="o-list__picture">
{{ $object := replace .Path (printf "/%s/" .Page.Type) "" }}
Expand Down
11 changes: 1 addition & 10 deletions layouts/operator/list.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{{ define "main" }}
<div class="container o-list">
<div class="row">
{{ $path := .RelPermalink }}
{{ $cleanPath := replaceRE "^/[^/]+/" "/" $path }}
{{ $key := printf "%s_list_title" (replace $cleanPath "/" "_" -1) }}
<h2 data-pagefind-meta="title">{{ i18n $key }}</h2>
<p>
{{ T "list-disclaimer"}}
<a href="https://github.com/orgs/fipguide/projects/3">{{ T "list-disclaimer-link"}}</a>.
</p>
</div>
<div class="row">
<h2 data-pagefind-meta="title">{{ .Title }}</h2>
{{ .Content }}
<ul class="o-list__link-wrapper row">
{{ range .Pages }}
Expand Down