diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-07 10:42:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-07 10:42:05 +0300 |
| commit | 1ea893298cec7b4c9e160560a19e96704bb6b586 (patch) | |
| tree | edb8b8523db6f65117d95b2302ed40904ec70a0d /internal/showcase/gemtext_format.go | |
| parent | 109796b9e10fbb483029c23f31d2a45e71fbd9a7 (diff) | |
feat(showcase): add human-readable cgit access hint with obfuscated URLv0.18.4
Diffstat (limited to 'internal/showcase/gemtext_format.go')
| -rw-r--r-- | internal/showcase/gemtext_format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/showcase/gemtext_format.go b/internal/showcase/gemtext_format.go index 11935e7..26c93f7 100644 --- a/internal/showcase/gemtext_format.go +++ b/internal/showcase/gemtext_format.go @@ -232,6 +232,6 @@ func writeProjectLinks(builder *strings.Builder, summary ProjectSummary) { builder.WriteString(fmt.Sprintf("=> %s View on GitHub\n", summary.GitHubURL)) } if summary.CgitURL != "" { - builder.WriteString(fmt.Sprintf("=> %s View in cgit\n", summary.CgitURL)) + builder.WriteString(fmt.Sprintf("For cgit access go to c-git dot f3s dot buetow dot org slash %s\n", summary.Name)) } } |
