From 2f3954eb5f511f3e5aa4aac927aba2a73498157c Mon Sep 17 00:00:00 2001 From: David Calhoun <438664+dcalhoun@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:52:57 -0500 Subject: [PATCH] Rename templates for clarity --- templates/{hide-footer.html => page-without-footer.html} | 0 templates/{hide-title.html => page-without-title.html} | 0 theme.json | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) rename templates/{hide-footer.html => page-without-footer.html} (100%) rename templates/{hide-title.html => page-without-title.html} (100%) diff --git a/templates/hide-footer.html b/templates/page-without-footer.html similarity index 100% rename from templates/hide-footer.html rename to templates/page-without-footer.html diff --git a/templates/hide-title.html b/templates/page-without-title.html similarity index 100% rename from templates/hide-title.html rename to templates/page-without-title.html diff --git a/theme.json b/theme.json index 223cf6f..865a720 100644 --- a/theme.json +++ b/theme.json @@ -8,14 +8,14 @@ "title": "Blank" }, { - "name": "hide-footer", + "name": "page-without-footer", "postTypes": ["page"], - "title": "Hide footer" + "title": "Page without footer" }, { - "name": "hide-title", + "name": "page-without-title", "postTypes": ["page"], - "title": "Hide title" + "title": "Page without title" } ], "templateParts": [