summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-09 10:33:17 +0300
committerPaul Buetow <paul@buetow.org>2025-07-09 10:33:17 +0300
commit37ca558ca8f5feb04087932dfbc631a00c0ed330 (patch)
tree904b36363735d47296649b07eb24eff101efe69d
parent3d0380932d07e57abd057938d94b74d5d890d9a1 (diff)
fix: change 'open source projects' to 'side projects' in showcase intro
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
-rw-r--r--internal/showcase/showcase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/showcase/showcase.go b/internal/showcase/showcase.go
index 9dc46dc..32492a9 100644
--- a/internal/showcase/showcase.go
+++ b/internal/showcase/showcase.go
@@ -312,7 +312,7 @@ func (g *Generator) formatGemtext(summaries []ProjectSummary) string {
builder.WriteString(fmt.Sprintf("Generated on: %s\n\n", time.Now().Format("2006-01-02")))
// Introduction paragraph
- builder.WriteString("This page showcases my open source projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, and licensing. The projects are ordered by recent activity, with the most actively maintained projects listed first.\n\n")
+ builder.WriteString("This page showcases my side projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, and licensing. The projects are ordered by recent activity, with the most actively maintained projects listed first.\n\n")
// Template inline TOC
builder.WriteString("<< template::inline::toc\n\n")