Skip to content

Commit 1468691

Browse files
committed
Guttural groan
1 parent 014e540 commit 1468691

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/pages/aiDev/researchPosts/2026-02-13_A.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { baseEntryStruct, blogEntry } from '../../../js/blog/blogEntryBase.js';
1+
import { baseEntryStruct, blogEntry, ENTRY_MARK_ENUM } from '../../../js/blog/blogEntryBase.js';
22

33
const entryData = baseEntryStruct();
44
entryData.title = "Spoon Tapping";

docs/pages/aiDev/researchPosts/2026-03-13_A.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { baseEntryStruct, blogEntry } from '../../../js/blog/blogEntryBase.js';
1+
import { baseEntryStruct, blogEntry, ENTRY_MARK_ENUM } from '../../../js/blog/blogEntryBase.js';
22

33
const entryData = baseEntryStruct();
4-
entryData.title = "HumanStatement.org";
4+
entryData.title = "Human Statement";
55
entryData.marked = ENTRY_MARK_ENUM.PICK;
66
entryData.date = "2026-03-13";
77
entryData.eid = "A";

0 commit comments

Comments
 (0)