Context
This follow-up task was identified during the review of PR #59.
Source PR: #59
PR Title: feat: add patterns example app — Session 1 (scaffold + forms #1-7)
Suggested by: @Copilot
Comment type: review comment on patterns/main.go:33
Task Description
The index page sets Title: "LiveTemplate Patterns", but the shared layout appends — LiveTemplate Patterns to every <title>, resulting in "LiveTemplate Patterns — LiveTemplate Patterns" on the index page.
Proposed fix: Set the index Title to something shorter (e.g., "Patterns"), or make the layout conditional so the suffix isn't duplicated.
Original Comment
The index page sets Title to "LiveTemplate Patterns", but the shared layout appends " — LiveTemplate Patterns" to every <title>, resulting in "LiveTemplate Patterns — LiveTemplate Patterns" on the index. Consider setting the index Title to something shorter (e.g., "Patterns"), or make the layout conditional so the suffix isn't duplicated.
This issue was automatically created by prmonitor from PR review comments.
Context
This follow-up task was identified during the review of PR #59.
Source PR: #59
PR Title: feat: add patterns example app — Session 1 (scaffold + forms #1-7)
Suggested by: @Copilot
Comment type: review comment on
patterns/main.go:33Task Description
The index page sets
Title: "LiveTemplate Patterns", but the shared layout appends— LiveTemplate Patternsto every<title>, resulting in"LiveTemplate Patterns — LiveTemplate Patterns"on the index page.Proposed fix: Set the index
Titleto something shorter (e.g.,"Patterns"), or make the layout conditional so the suffix isn't duplicated.Original Comment
This issue was automatically created by prmonitor from PR review comments.