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
2 changes: 1 addition & 1 deletion content/country/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ 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).
Für einige Länder sind bereits Informationen verfügbar und kontinuierlich kommen weitere Länder hinzu. Den aktuellen Bearbeitungsstand findest du auf [GitHub](https://github.com/orgs/fipguide/projects/3).
2 changes: 1 addition & 1 deletion content/country/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ 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).
Information is available for several countries, and more countries are continually being added. You can see the current information status on [GitHub](https://github.com/orgs/fipguide/projects/3).
2 changes: 1 addition & 1 deletion content/operator/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ 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).
Für einige Betreiber sind bereits Informationen verfügbar und kontinuierlich kommen weitere Betreiber hinzu. Den aktuellen Bearbeitungsstand findest du auf [GitHub](https://github.com/orgs/fipguide/projects/3).
2 changes: 1 addition & 1 deletion content/operator/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ 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).
Information is available for several operators, and more operators are continually being added. You can see the current information status on [GitHub](https://github.com/orgs/fipguide/projects/3).
17 changes: 3 additions & 14 deletions layouts/partials/headMeta.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
{{ $metaDescription := "" }} <!-- Initialisierung der Variable -->
{{ if eq .Page.Type "country" }}
{{ $metaDescription = T "meta-description.country" }}
{{ else if eq .Page.Type "news" }}
{{ $metaDescription = T "meta-description.news" }}
{{ else if eq .Page.Type "news" }}
{{ $metaDescription = T "meta-description.news" }}
{{ else }}
{{ $metaDescription = .Description }}
{{ end }}

<meta charset="utf-8" xmlns:og="http://www.w3.org/1999/xhtml" />
<meta name="description" content="{{ $metaDescription }}" />
<meta charset="utf-8" />
<meta name="description" content="{{ .Description }}" />
<meta name="dc.relation" content="{{ .Site.BaseURL }}" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#BA3D12" />
<meta property="og:url" content='{{ .Permalink }}'>
<meta property="og:site_name" content='{{ site.Title }}'>
<meta property="og:title" content='{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}'>
<meta property="og:description" content="{{ $metaDescription }}" />
<meta property="og:description" content="{{ .Description }}" />
<meta property="og:type" content='{{ if .IsPage }}article{{ else }}website{{ end }}'>
<meta property="og:image" content="{{ .Site.BaseURL }}og-image.jpg">
<meta property="og:image:type" content="image/jpg">
Expand Down
Loading