Changeset 56207
- Timestamp:
- 07/11/2023 07:22:17 AM (17 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwentythree/templates
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/templates/archive.html
r54467 r56207 8 8 <div class="wp-block-query alignwide"> 9 9 <!-- wp:post-template {"align":"wide"} --> 10 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":" max(15vw, 30vh)","align":"wide"} /-->10 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"clamp(15vw, 30vh, 400px)","align":"wide"} /--> 11 11 <!-- wp:post-title {"isLink":true} /--> 12 12 <!-- wp:post-excerpt /--> -
trunk/src/wp-content/themes/twentytwentythree/templates/home.html
r54629 r56207 10 10 <div class="wp-block-query alignwide"> 11 11 <!-- wp:post-template {"align":"wide"} --> 12 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":" max(15vw, 30vh)","align":"wide"} /-->12 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"clamp(15vw, 30vh, 400px)","align":"wide"} /--> 13 13 <!-- wp:post-title {"isLink":true} /--> 14 14 <!-- wp:post-excerpt /--> -
trunk/src/wp-content/themes/twentytwentythree/templates/index.html
r54312 r56207 6 6 <div class="wp-block-query alignwide"> 7 7 <!-- wp:post-template {"align":"wide"} --> 8 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":" max(15vw, 30vh)","align":"wide"} /-->8 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"clamp(15vw, 30vh, 400px)","align":"wide"} /--> 9 9 <!-- wp:post-title {"isLink":true,"align":"wide"} /--> 10 10 <!-- wp:post-excerpt /--> -
trunk/src/wp-content/themes/twentytwentythree/templates/search.html
r54467 r56207 8 8 <div class="wp-block-query alignwide"> 9 9 <!-- wp:post-template {"align":"wide"} --> 10 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":" max(15vw, 30vh)","align":"wide"} /-->10 <!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"clamp(15vw, 30vh, 400px)","align":"wide"} /--> 11 11 <!-- wp:post-title {"isLink":true} /--> 12 12 <!-- wp:post-excerpt /-->
Note: See TracChangeset
for help on using the changeset viewer.