9e491d2629
Lettre and Lynx were using `M n`, which renders the month as a number, not the actual day. --------- Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
57 lines
4.1 KiB
PHP
57 lines
4.1 KiB
PHP
<?php
|
||
/**
|
||
* Title: List of posts with sidebar
|
||
* Slug: lettre/query-sidebar
|
||
* Categories: featured, query, columns
|
||
*/
|
||
?>
|
||
|
||
<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":"60px"}}} -->
|
||
<div class="wp-block-columns alignwide"><!-- wp:column {"width":"70%"} -->
|
||
<div class="wp-block-column" style="flex-basis:70%"><!-- wp:query {"query":{"pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"perPage":"5"},"displayLayout":{"type":"list"}} -->
|
||
<div class="wp-block-query"><!-- wp:post-template -->
|
||
<!-- wp:separator {"color":"tertiary","className":"is-style-wide"} -->
|
||
<hr class="wp-block-separator has-text-color has-background has-tertiary-background-color has-tertiary-color is-style-wide"/>
|
||
<!-- /wp:separator -->
|
||
|
||
<!-- wp:cover {"overlayColor":"secondary","minHeight":124,"isDark":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
|
||
<div class="wp-block-cover is-light" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;min-height:124px"><span aria-hidden="true" class="wp-block-cover__background has-secondary-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"calc(var( \u002d\u002dwp\u002d\u002dstyle\u002d\u002dblock-gap ) - 0.25em)","bottom":"0.25em"}}}} -->
|
||
<div class="wp-block-columns alignwide are-vertically-aligned-center" style="margin-top:calc(var( --wp--style--block-gap ) - 0.25em);margin-bottom:0.25em;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:column {"verticalAlignment":"center","width":"","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
|
||
<div class="wp-block-column is-vertically-aligned-center" style="padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"textAlign":"left","isLink":true,"style":{"typography":{"lineHeight":"1.1","fontStyle":"normal","fontWeight":"700"},"color":{"text":"#ffffff","link":"#ffffff"},"spacing":{"margin":{"top":"0px","bottom":"0.5rem"}}},"fontSize":"large"} /-->
|
||
|
||
<!-- wp:post-date {"format":"M j","style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} /--></div>
|
||
<!-- /wp:column -->
|
||
|
||
<!-- wp:column {"width":"100px"} -->
|
||
<div class="wp-block-column" style="flex-basis:100px"><!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"100px","style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /--></div>
|
||
<!-- /wp:column --></div>
|
||
<!-- /wp:columns --></div></div>
|
||
<!-- /wp:cover -->
|
||
<!-- /wp:post-template -->
|
||
|
||
<!-- wp:separator {"color":"tertiary","className":"is-style-wide"} -->
|
||
<hr class="wp-block-separator has-text-color has-background has-tertiary-background-color has-tertiary-color is-style-wide"/>
|
||
<!-- /wp:separator --></div>
|
||
<!-- /wp:query --></div>
|
||
<!-- /wp:column -->
|
||
|
||
<!-- wp:column {"width":"33.33%"} -->
|
||
<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
|
||
<p class="has-small-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'About Manuel', 'lettre' ); ?></p>
|
||
<!-- /wp:paragraph -->
|
||
|
||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||
<p class="has-small-font-size"><?php echo esc_html__( 'Hello! I’m the author of this newsletter. I’m a professor of literature at the University of Culture, in Brazil.', 'lettre' ); ?></p>
|
||
<!-- /wp:paragraph -->
|
||
|
||
<!-- wp:spacer {"height":"1em"} -->
|
||
<div style="height:1em" aria-hidden="true" class="wp-block-spacer"></div>
|
||
<!-- /wp:spacer -->
|
||
|
||
<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
|
||
<p class="has-small-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Categories', 'lettre' ); ?></p>
|
||
<!-- /wp:paragraph -->
|
||
|
||
<!-- wp:tag-cloud {"taxonomy":"category","className":"is-style-outline"} /--></div>
|
||
<!-- /wp:column --></div>
|
||
<!-- /wp:columns -->
|