Skip to content

Commit 70b6c27

Browse files
kenman345EchterAgo
authored andcommitted
Update adoption.html
1 parent 86f737a commit 70b6c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adoption.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{%- for section in tracked_page.items -%}
3434
{%- assign section_file = site.data[section.id] -%}
3535
{%- for website in section_file.websites -%}
36-
{%- if website.btc or website.othercrypto -%}
36+
{%- if website.btc or website.othercrypto or website.bsv -%}
3737
{%- assign count_total = count_total | plus: '1' -%}
3838
{%- elsif website.bch -%}
3939
{%- assign count_bch = count_bch | plus: '1' -%}
@@ -62,4 +62,4 @@
6262
{% endfor %}
6363
{% include segment/progress-bar.html value=count_bch total=count_total page="cobra" %}
6464
</div>
65-
<br/><br/><br/>
65+
<br/><br/><br/>

0 commit comments

Comments
 (0)