diff --git a/assembler/patterns/template-page-w-title.php b/assembler/patterns/template-page-w-title.php index 714b42d6d5..a7d8e48ba3 100644 --- a/assembler/patterns/template-page-w-title.php +++ b/assembler/patterns/template-page-w-title.php @@ -6,6 +6,7 @@ * Viewport width: 1400 * Inserter: no */ +declare( strict_types = 1 ); ?> diff --git a/assembler/theme.json b/assembler/theme.json index 4ef7d5cd3e..08db515087 100644 --- a/assembler/theme.json +++ b/assembler/theme.json @@ -390,6 +390,11 @@ } }, "templateParts": [ + { + "area": "uncategorized", + "name": "comments", + "title": "Comments" + }, { "area": "header", "name": "header",