Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #674 from WordPress/tweak/template-types
Browse files Browse the repository at this point in the history
Remove page template type from templates without post-content
  • Loading branch information
MaggieCabrera authored Oct 16, 2023
2 parents 9c06962 + af33ee0 commit 79ece03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patterns/template-home-blogging.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Title: Blogging home template
* Slug: twentytwentyfour/template-home-blogging
* Template Types: front-page, index, home, page
* Template Types: front-page, index, home
* Viewport width: 1400
* Inserter: no
*/
Expand Down
2 changes: 1 addition & 1 deletion patterns/template-home-portfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Title: Portfolio home template with post featured images
* Slug: twentytwentyfour/template-home-portfolio
* Template Types: front-page, index, home, page
* Template Types: front-page, index, home
* Viewport width: 1400
* Inserter: no
*/
Expand Down

0 comments on commit 79ece03

Please sign in to comment.