Runtime Engine generisch
This commit is contained in:
@@ -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
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user