We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f737a commit 70b6c27Copy full SHA for 70b6c27
adoption.html
@@ -33,7 +33,7 @@
33
{%- for section in tracked_page.items -%}
34
{%- assign section_file = site.data[section.id] -%}
35
{%- for website in section_file.websites -%}
36
- {%- if website.btc or website.othercrypto -%}
+ {%- if website.btc or website.othercrypto or website.bsv -%}
37
{%- assign count_total = count_total | plus: '1' -%}
38
{%- elsif website.bch -%}
39
{%- assign count_bch = count_bch | plus: '1' -%}
@@ -62,4 +62,4 @@
62
{% endfor %}
63
{% include segment/progress-bar.html value=count_bch total=count_total page="cobra" %}
64
</div>
65
-<br/><br/><br/>
+<br/><br/><br/>
0 commit comments