Skip to content

Commit

Permalink
fix: 🚑 Make page-no-title- templates available to posts. Reverts ch…
Browse files Browse the repository at this point in the history
…ange made in v4.0.0. Fixes #315
  • Loading branch information
knice committed Apr 18, 2024
1 parent bed2b9d commit 3904efe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
{
"name": "Violator Gold",
"color": "#997404",
"color": "#6F4A00",
"slug": "ucsc-violator-gold"
},
{
Expand Down Expand Up @@ -529,13 +529,13 @@
"customTemplates": [
{
"name": "page-no-title",
"postTypes": ["page"],
"postTypes": ["page", "posts"],
"title": "Page no title"
},
{
"name": "page-no-title-with-breadcrumbs",
"postTypes": ["page"],
"title": "Page no title with breadcrumbs (deprecated)"
"postTypes": ["page", "posts"],
"title": "(Do not use) Page no title with breadcrumbs"
}
]
}

0 comments on commit 3904efe

Please sign in to comment.