diff --git a/parts/page.html b/templates/page-brochure.html similarity index 79% rename from parts/page.html rename to templates/page-brochure.html index a200a60..be1acc7 100644 --- a/parts/page.html +++ b/templates/page-brochure.html @@ -1,6 +1,5 @@ -
- +
diff --git a/theme.json b/theme.json index f32fb48..4d77722 100644 --- a/theme.json +++ b/theme.json @@ -376,5 +376,14 @@ } } } - } + }, + "customTemplates": [ + { + "name": "page-brochure", + "postTypes": [ + "page" + ], + "title": "Brochure" + } + ] }