Skip to content

Commit 556badf

Browse files
committed
Rework some grammar conditionals
1 parent 84988d4 commit 556badf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defaults:
4343
has_search: yes
4444
has_nav: yes
4545
has_ticker: yes
46-
list_of: "merchants"
46+
list_of: "merchant"
4747
encoded_img_placeholder: "data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs="
4848
img_placeholder: "/img/placeholder.png"
4949

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h1>the <span class="logoseg-1">Accept</span><br><span class="logoseg-2">Bitcoin
3131

3232
<div class="inner-title">
3333
<div class="sub header">
34-
<p>A community-curated list of <b>{{ page.list_of }} that accept <a href="https://bitcoincash.org" data-tooltip="Learn about Bitcoin Cash" data-position="top center">Bitcoin Cash</a></b>, a peer-to-peer electronic cash system{% if page.id == 'donation-listings' %}, for donations{% endif %}.</p>
34+
<p>A community-curated list of <b>{{ page.list_of }}{% if page.id == 'donation-listings' or 'adult-listings' %}s{% endif %} that accept <a href="https://bitcoincash.org" data-tooltip="Learn about Bitcoin Cash" data-position="top center">Bitcoin Cash</a></b>, a peer-to-peer electronic cash system{% if page.id == 'donation-listings' %}, for donations{% endif %}.</p>
3535
</div>
3636
{%- if page.has_search -%}
3737
<i class="btc icon"></i>

donations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
id: donation-listings
66
page_name: donations
7-
list_of: "organizations"
7+
list_of: "organization"
88
email_subject: Please%20consider%20accepting%20Bitcoin%20Cash%20donations
99
workonit_tweet: "Please consider accepting #BitcoinCash for donations @TWITTERHANDLE - it’s \"Peer-to-Peer Electronic Cash\" that is fast, reliable, and secure, with low fees. More @"
1010
---

0 commit comments

Comments
 (0)