mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
blog: server setup starrs
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
{%- set amount_in_usd = amount * usd_rate -%}
|
||||
{%- set amount_in_eur = amount * eur_rate -%}
|
||||
|
||||
₹{{ amount }} (${{ amount_in_usd | round }} or €{{ amount_in_eur | round }})
|
||||
₹{{ amount | num_format }} (${{ amount_in_usd | round }} or €{{ amount_in_eur | round }})
|
||||
|
||||
Reference in New Issue
Block a user