Skip to content

Commit 1d03e3b

Browse files
committed
Restore Mānavamati blog header fields (title_en, subtitle_en, intro_visible)
Keep reader-facing framing on the page; intro describes structure without source-file meta. Made-with: Cursor
1 parent 037b594 commit 1d03e3b

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

_data/manavamati-bhramah.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title_sa: मानवमति भ्रमः
2-
title_en: ''
3-
subtitle_en: ''
4-
intro_visible: ''
2+
title_en: Mānavamati bhramaḥ
3+
subtitle_en: One hundred cognitive biases in Sanskrit (Amarakośa-style), fifty-verse outline in Anuṣṭubh
4+
intro_visible: Opening in *vasantatilakā*, the work continues in *anuṣṭubh* on cognitive biases, grouped by theme. Each śloka is followed by an English gloss where given; *padaccheda*, *anvaya*, and *dhātvartha* are in the fold-out sections below.
55
stanzas:
66
- id: 1
77
title: वसन्ततिलका-छन्दसि सङ्क्रमण-श्लोकः

scripts/build_manavamati_yml.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,19 @@ def main() -> None:
4444
data = yaml.safe_load(text)
4545
root = data["manavamati_bhramah"]
4646

47+
# Blog header fields (not in the .txt): keep in sync with other śataka posts (e.g. manasa-vikara).
4748
book = {
4849
"title_sa": "मानवमति भ्रमः",
49-
"title_en": "",
50-
"subtitle_en": "",
51-
"intro_visible": "",
50+
"title_en": "Mānavamati bhramaḥ",
51+
"subtitle_en": (
52+
"One hundred cognitive biases in Sanskrit (Amarakośa-style), "
53+
"fifty-verse outline in Anuṣṭubh"
54+
),
55+
"intro_visible": (
56+
"Opening in *vasantatilakā*, the work continues in *anuṣṭubh* on cognitive biases, "
57+
"grouped by theme. Each śloka is followed by an English gloss where given; "
58+
"*padaccheda*, *anvaya*, and *dhātvartha* are in the fold-out sections below."
59+
),
5260
"stanzas": [],
5361
}
5462

0 commit comments

Comments
 (0)