Skip to content

fix(config): drop BLOG_AUTHOR_EMAIL placeholder default, gate JSON-LD on empty#83

Merged
vnykmshr merged 1 commit into
mainfrom
fix/v3.15.1
May 18, 2026
Merged

fix(config): drop BLOG_AUTHOR_EMAIL placeholder default, gate JSON-LD on empty#83
vnykmshr merged 1 commit into
mainfrom
fix/v3.15.1

Conversation

@vnykmshr
Copy link
Copy Markdown
Collaborator

markgo shipped with BLOG_AUTHOR_EMAIL defaulting to your.email@example.com — operators who never set the env var got a clickable placeholder in the /about email card and in every article's JSON-LD. Drops the default, gates the JSON-LD email field in article.html to match the already-correct about.html pattern, and updates markgo init to stop seeding the placeholder. Paired handler-render tests lock both JSON-LD-on-empty contracts. Operators with the old placeholder in their .env should clear it — called out in CHANGELOG.

Closes #80.

@vnykmshr
Copy link
Copy Markdown
Collaborator Author

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@vnykmshr vnykmshr merged commit 2782475 into main May 18, 2026
6 checks passed
@vnykmshr vnykmshr deleted the fix/v3.15.1 branch May 18, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(about): drop BLOG_AUTHOR_EMAIL placeholder default, gate email card on non-empty

1 participant