Skip to content

Commit

Permalink
rem out ld-person
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Oct 31, 2024
1 parent 8fc5d5f commit bb465b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ cms.document({
]
});

cms.document({
name: "ld-person",
description: "Edit the content of the ld+json script for the person",
store: "gh:_includes/templates/ld-person.vto",
content: "markdown",
})
// cms.document({
// name: "ld-person",
// description: "Edit the content of the ld-person script for the person, which will appear in the head of the about page",
// store: "gh:_includes/templates/ld-person.vto",
// content: "markdown",
// })

export default cms;

0 comments on commit bb465b3

Please sign in to comment.