fix conditions for displaying detailed page about the address

This commit is contained in:
tequ
2023-09-27 10:28:20 +09:00
parent a22ffed534
commit 3c1ac60de3

View File

@@ -10,6 +10,6 @@ Accounts in the XRP Ledger are identified by an address in the XRP Ledger's [bas
>
> The XRP Ledger protocol only supports "classic" addresses natively, but many [client libraries](client-libraries.html) support X-addresses too.
{% if currentpage.md != "concept-accounts.md" %}
{% if currentpage.md != "addresses.md" %}
For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html).
{% endif %}