Skip to content

Commit eea3684

Browse files
kenman345EchterAgo
authored andcommitted
Make it so BSV or Othercrypto tags are used to calculate the othercrypto stats
1 parent b53678e commit eea3684

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stats.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ show_generated_date: false
2929
{%- assign section_listings = section_file.websites | size -%}
3030
{%- assign count_total = count_total | plus: section_listings -%}
3131
{%- for website in section_file.websites -%}
32-
{%- if website.bch or website.btc or website.othercrypto -%}
32+
{%- if website.bch or website.btc or website.othercrypto or website.bsv -%}
3333
{%- assign count_any_crypto = count_any_crypto | plus: '1' -%}
3434
{%- if website.bch -%}
3535
{%- assign count_bch = count_bch | plus: '1' -%}
36-
{%- unless website.btc or website.othercrypto -%}
36+
{%- unless website.btc or website.othercrypto or website.bsv -%}
3737
{%- assign count_only_bch = count_only_bch | plus: '1' -%}
3838
{% endunless %}
3939
{%- endif -%}
@@ -43,7 +43,7 @@ show_generated_date: false
4343
{%- assign count_cobra = count_cobra | plus: '1' -%}
4444
{%- endif -%}
4545
{%- endif -%}
46-
{%- if website.othercrypto -%}
46+
{%- if website.othercrypto or website.bsv -%}
4747
{%- assign count_other_crypto = count_other_crypto | plus: '1' -%}
4848
{%- endif -%}
4949
{%- endif -%}
@@ -82,4 +82,4 @@ show_generated_date: false
8282
"sections": {{ section_count }},
8383
"pages_of_listings": {{ page_count }},
8484
"generated": "{{ site.time }}"
85-
}
85+
}

0 commit comments

Comments
 (0)