File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ show_generated_date: false
29
29
{%- assign section_listings = section_file.websites | size -% }
30
30
{%- assign count_total = count_total | plus: section_listings -% }
31
31
{%- 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 -% }
33
33
{%- assign count_any_crypto = count_any_crypto | plus: '1' -% }
34
34
{%- if website.bch -% }
35
35
{%- assign count_bch = count_bch | plus: '1' -% }
36
- {%- unless website.btc or website.othercrypto -% }
36
+ {%- unless website.btc or website.othercrypto or website.bsv -% }
37
37
{%- assign count_only_bch = count_only_bch | plus: '1' -% }
38
38
{% endunless % }
39
39
{%- endif -% }
@@ -43,7 +43,7 @@ show_generated_date: false
43
43
{%- assign count_cobra = count_cobra | plus: '1' -% }
44
44
{%- endif -% }
45
45
{%- endif -% }
46
- {%- if website.othercrypto -% }
46
+ {%- if website.othercrypto or website.bsv -% }
47
47
{%- assign count_other_crypto = count_other_crypto | plus: '1' -% }
48
48
{%- endif -% }
49
49
{%- endif -% }
@@ -82,4 +82,4 @@ show_generated_date: false
82
82
"sections" : {{ section_count }},
83
83
"pages_of_listings" : {{ page_count }},
84
84
"generated" : " {{ site.time }}"
85
- }
85
+ }
You can’t perform that action at this time.
0 commit comments