openalmanac 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tools/articles.js +4 -4
- package/package.json +1 -1
package/dist/tools/articles.js
CHANGED
|
@@ -20,9 +20,9 @@ infobox:
|
|
|
20
20
|
image_url: https://... # optional hero image
|
|
21
21
|
subtitle: Short tagline
|
|
22
22
|
details:
|
|
23
|
-
-
|
|
23
|
+
- key: Born
|
|
24
24
|
value: January 1, 1990
|
|
25
|
-
-
|
|
25
|
+
- key: Occupation
|
|
26
26
|
value: Scientist
|
|
27
27
|
links:
|
|
28
28
|
- label: Official site
|
|
@@ -31,7 +31,7 @@ infobox:
|
|
|
31
31
|
- type: timeline # chronological events
|
|
32
32
|
title: Career Timeline
|
|
33
33
|
items:
|
|
34
|
-
-
|
|
34
|
+
- primary: "2010"
|
|
35
35
|
value: Started company
|
|
36
36
|
- type: list # bullet list
|
|
37
37
|
title: Known For
|
|
@@ -56,7 +56,7 @@ infobox:
|
|
|
56
56
|
- type: key_value # simple key-value pairs
|
|
57
57
|
title: Quick Facts
|
|
58
58
|
items:
|
|
59
|
-
-
|
|
59
|
+
- key: Population
|
|
60
60
|
value: "1.4 billion"
|
|
61
61
|
---
|
|
62
62
|
|