diff options
-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", |