Runtime Engine generisch

This commit is contained in:
2026-05-29 21:39:21 +02:00
parent 9dff578c15
commit 04a29ae8cd
3 changed files with 13 additions and 89 deletions

View File

@@ -59,8 +59,6 @@
{{ $description := printf
"Konvertieren Sie %s in %s. Einfache und schnelle Umrechnung mit Einheitsumrechner."
$fromName $toName }}
{{ $fromCurrency := $fromCode }}
{{ $toCurrency := $toCode }}
{{ $fromRate := 1 }}
{{ if ne $fromCode "eur" }}
{{ $fromRate = index $pbRates $fromCode }}
@@ -79,8 +77,6 @@
"slug" $slug
"description" $description
"engine" "runtime"
"currency_from" $fromCurrency
"currency_to" $toCurrency
"rate" $rate
"rates_updated" $latestUpdate
}}