We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc81040 commit 7917c67Copy full SHA for 7917c67
packages/edit-site/src/components/add-new-template/new-template.js
@@ -24,6 +24,7 @@ import {
24
post,
25
postAuthor,
26
postDate,
27
+ postList,
28
search,
29
tag,
30
layout as customGenericTemplateIcon,
@@ -51,6 +52,7 @@ import { unlock } from '../../private-apis';
51
52
53
const DEFAULT_TEMPLATE_SLUGS = [
54
'front-page',
55
+ 'home',
56
'single',
57
'page',
58
'index',
@@ -66,6 +68,7 @@ const DEFAULT_TEMPLATE_SLUGS = [
66
68
67
69
const TEMPLATE_ICONS = {
70
'front-page': home,
71
+ home: postList,
72
single: post,
73
page,
74
archive,
0 commit comments