diff --git a/layouts/shortcodes/price_performance.html b/layouts/shortcodes/price_performance.html index 424f4ec..803ed67 100644 --- a/layouts/shortcodes/price_performance.html +++ b/layouts/shortcodes/price_performance.html @@ -16,7 +16,7 @@ {{ $price := split (.Get "price_usd") "," }} USD - ${{ index $price 0 }} + ${{ index $price 0 }} {{ $week := index $price 1 }} {{ $month := index $price 2 }} @@ -36,7 +36,7 @@ {{ $price := split (.Get "price_eur") "," }} EUR - €{{ index $price 0 }} + €{{ index $price 0 }} {{ $week := index $price 1 }} {{ $month := index $price 2 }} @@ -56,7 +56,7 @@ {{ $price := split (.Get "price_btc") "," }} BTC - ₿{{ index $price 0 }} + ₿{{ index $price 0 }} {{ $week := index $price 1 }} {{ $month := index $price 2 }}