add post date to single blog template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
27bd57061c
commit
8d17cc02ed
@ -7,7 +7,12 @@
|
|||||||
|
|
||||||
<!-- wp:column {"width":"50%"} -->
|
<!-- wp:column {"width":"50%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:50%">
|
<div class="wp-block-column" style="flex-basis:50%">
|
||||||
<!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group"><!-- wp:post-title {"level":1,"textColor":"secondary"} /-->
|
||||||
|
|
||||||
|
<!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|secondary"}}},"typography":{"textTransform":"uppercase"}},"textColor":"secondary","fontSize":"medium"} /-->
|
||||||
|
</div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
<!-- wp:post-featured-image /-->
|
<!-- wp:post-featured-image /-->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user