Skip to content

Commit 3ec5bb0

Browse files
committed
fix: add gk-press-hero and gk-press-quotes to page.press.json
The press page template was only rendering gk-press-media. Wire in gk-press-hero (first) and gk-press-quotes (last) so all three sections appear on the live press page. https://claude.ai/code/session_01YYptL6XzKziDt7xGKhz4Tn
1 parent 93aa1e5 commit 3ec5bb0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

templates/page.press.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"padding_bottom": 28
1818
}
1919
},
20+
"gk_press_hero": {
21+
"type": "gk-press-hero",
22+
"settings": {}
23+
},
2024
"gk_press_media_4FUTwT": {
2125
"type": "gk-press-media",
2226
"blocks": {
@@ -65,10 +69,16 @@
6569
"padding_top": 64,
6670
"padding_bottom": 64
6771
}
72+
},
73+
"gk_press_quotes": {
74+
"type": "gk-press-quotes",
75+
"settings": {}
6876
}
6977
},
7078
"order": [
7179
"main",
72-
"gk_press_media_4FUTwT"
80+
"gk_press_hero",
81+
"gk_press_media_4FUTwT",
82+
"gk_press_quotes"
7383
]
7484
}

0 commit comments

Comments
 (0)