Skip to content

Fix Books.md template: restore 'Daniel Kahneman' as the book author - #1696

Closed
anikinsasha wants to merge 1 commit into
danielmiessler:mainfrom
anikinsasha:fix/books-template-kahneman
Closed

Fix Books.md template: restore 'Daniel Kahneman' as the book author#1696
anikinsasha wants to merge 1 commit into
danielmiessler:mainfrom
anikinsasha:fix/books-template-kahneman

Conversation

@anikinsasha

Copy link
Copy Markdown

The {{PRINCIPAL_NAME}} placeholder substitution caught the author's first name in the Books starter template, so every install renders line 17 as <principal name> Kahneman (e.g. "Alice Kahneman") in the suggested-reading list.

Before: - **Thinking, Fast and Slow** — {{PRINCIPAL_NAME}} Kahneman
After: - **Thinking, Fast and Slow** — Daniel Kahneman

This is the only content-level placeholder hit in the payload — grep -rP '\{\{PRINCIPAL_NAME\}\} [A-Z][a-z]+' LifeOS/install returns just this line ({{DA_NAME}} has no equivalent hits).

The {{PRINCIPAL_NAME}} placeholder substitution caught the author's first
name, so every install renders the line as '<principal> Kahneman'
(e.g. 'Alice Kahneman'). Only content-level placeholder hit in the payload:
grep -rP '\{\{PRINCIPAL_NAME\}\} [A-Z][a-z]+' LifeOS/install returns
this one line.
@danielmiessler

Copy link
Copy Markdown
Owner

Thanks @anikinsasha — Kahneman is already restored in the current source, so this one is in hand. Closing here since the public repo is generated from that source; it'll be in the next release.

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.

2 participants