comments carbon calculator link, redirects from carbon calculator page to impact page

This commit is contained in:
akcodez
2023-03-02 16:34:41 -08:00
parent 09512ed47c
commit 47b973a6c2
2 changed files with 23 additions and 22 deletions

View File

@@ -345,29 +345,29 @@ pages:
targets: targets:
- ja - ja
- name: Carbon Calculator # - name: Carbon Calculator
html: carbon-calculator.html # html: carbon-calculator.html
parent: xrp-ledger-overview.html # parent: xrp-ledger-overview.html
template: page-calculator.html.jinja # template: page-calculator.html.jinja
top_nav_grouping: Sustainability # top_nav_grouping: Sustainability
sidebar: disabled # sidebar: disabled
blurb: Whether it's cash, credit, or crypto, every transaction you make consumes energy. Use the XRPL cryptocurrency carbon calculator to compare. # blurb: Whether it's cash, credit, or crypto, every transaction you make consumes energy. Use the XRPL cryptocurrency carbon calculator to compare.
fb_card: currency-calculator-card-fb.png # fb_card: currency-calculator-card-fb.png
twitter_card: currency-calculator-card-tw.png # twitter_card: currency-calculator-card-tw.png
targets: # targets:
- en # - en
- name: 二酸化炭素電卓 # - name: 二酸化炭素電卓
html: carbon-calculator.html # html: carbon-calculator.html
parent: xrp-ledger-overview.html # parent: xrp-ledger-overview.html
template: page-calculator.html.jinja # template: page-calculator.html.jinja
top_nav_grouping: Sustainability # top_nav_grouping: Sustainability
sidebar: disabled # sidebar: disabled
blurb: 現金、クレジットカード、暗号資産でもエネルギー消費する。インタラクティブツールで消費量を比較しましょう。 # blurb: 現金、クレジットカード、暗号資産でもエネルギー消費する。インタラクティブツールで消費量を比較しましょう。
fb_card: currency-calculator-card-fb.png # fb_card: currency-calculator-card-fb.png
twitter_card: currency-calculator-card-tw.png # twitter_card: currency-calculator-card-tw.png
targets: # targets:
- ja # - ja
- name: XRPL Foundation - name: XRPL Foundation
html: https://foundation.xrpl.org/ html: https://foundation.xrpl.org/

View File

@@ -7,6 +7,7 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <![endif]-->
<meta http-equiv="refresh" content="0;url=https://xrpl.org/impact.html"> </meta>
{% endblock %} {% endblock %}