n/helen: rename headers

This commit is contained in:
Aminda Suomalainen 2022-09-19 17:54:12 +03:00
parent fc7102fd59
commit b85b114ac4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 4 deletions

View File

@ -10,16 +10,14 @@ basicstock: "3,93 €/month"
stockmargin: "0,38 c/kWh" stockmargin: "0,38 c/kWh"
--- ---
# Thinking on Helen price # Helen price calculations for Tuntihinta
*Or more like playing with Jekyll*
Helen's monthly market price for month {{ page.month }} is {{ page.monthly }}. Helen's monthly market price for month {{ page.month }} is {{ page.monthly }}.
* Distribution price: {{ page.basicdistribution }} and {{ page.distributionmargin }}. * Distribution price: {{ page.basicdistribution }} and {{ page.distributionmargin }}.
* Stock price: {{ page.basicstock }} and {{ page.stockmargin }}. * Stock price: {{ page.basicstock }} and {{ page.stockmargin }}.
## Plan for Tuntihinta ## Equations for Tuntihinta
* Expensive: <strong>{{ page.monthly }} + {{ page.distributionmargin }}</strong> (The monthly plan + distribution margin) * Expensive: <strong>{{ page.monthly }} + {{ page.distributionmargin }}</strong> (The monthly plan + distribution margin)
* Cheap: <strong>({{ page.monthly }} + {{ page.distributionmargin }}) / 2</strong> (The monthly plan + distribution margin / 2), ***round down*** * Cheap: <strong>({{ page.monthly }} + {{ page.distributionmargin }}) / 2</strong> (The monthly plan + distribution margin / 2), ***round down***