123456789101112131415161718192021222324 |
- <?php declare( strict_types = 1 ); ?>
- <?php
- /**
- * Title: index
- * Slug: grammer/index
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:template-part {"slug":"header-tagline","area":"uncategorized"} /-->
- <!-- wp:group {"style":{"spacing":{"margin":{"top":"0vh","bottom":"0vh"}}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group" style="margin-top:0vh;margin-bottom:0vh"><!-- wp:query {"queryId":8,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null},"align":"wide","className":"add-remove-space","layout":{"type":"constrained"}} -->
- <div class="wp-block-query alignwide add-remove-space"><!-- wp:post-template {"align":"wide","style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"grid","columnCount":3}} -->
- <!-- wp:cover {"useFeaturedImage":true,"dimRatio":0,"isUserOverlayColor":true,"contentPosition":"bottom left","layout":{"type":"constrained"}} -->
- <div class="wp-block-cover has-custom-content-position is-position-bottom-left"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…"} -->
- <p class="has-text-align-center"><?php esc_html_e('', 'grammer');?></p>
- <!-- /wp:paragraph --></div></div>
- <!-- /wp:cover -->
- <!-- /wp:post-template --></div>
- <!-- /wp:query --></div>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer","area":"footer"} /-->
|