diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-10 17:19:32 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-10 17:19:32 +0100 |
commit | 150a9080cb0351ba773018d1b2d35ad792e8de32 (patch) | |
tree | 9db2682f6b5eaa66e3df22962e3366ac4af2f955 | |
parent | 7ffe50bb99f858f39d3a86ece8a05dc880079c60 (diff) | |
download | cgi-150a9080cb0351ba773018d1b2d35ad792e8de32.zip |
-rwxr-xr-x | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1809,7 +1809,7 @@ static Doc docs[NUM_DOCS] = { }, { .action = ACTION_SELF, .href = "/links/bitcoin", - .text = "Bitcoin (Silent Payments)", + .text = "Bitcoin", }, { .type = TAG_END, }, { @@ -2353,10 +2353,10 @@ static Doc docs[NUM_DOCS] = { [DOC_LINKS_BITCOIN] = { .id = "bitcoin", .id_parent = "links", - .title = "Bitcoin (Silent Payments) - Guattari Tech", + .title = "Bitcoin - Guattari Tech", .content = (Tag[]) { { - .text = "<br>Bitcoin<br><br>" + .text = "<br>Bitcoin (Silent Payments)<br><br>" }, { .type = TAG_CODE, .text = "sp1qqwlec7hn4dd4yfk4w9kwv0zz7js7dnu2245f2z22wrttyme3a07lgqunmfz9lqcpspa70j83yrzf7wejq8ucv7cendc5h4ph8k2hjwmafqran468", |