themes-wordpress/blogorama/patterns/about.php
Jeff Ong 4efe312904
Fix Ritratto and Magalog (Blogorama) (#7506)
* Remove variation.

* Update styles and variations

* Rename to blogorama.

* Fix image refs and escape text.
2023-11-20 15:26:33 -05:00

11 lines
No EOL
682 B
PHP

<?php
/**
* Title: About
* Slug: blogorama/about
* Inserter: no
*/
?>
<!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo esc_html__( 'A beautifully designed WordPress blog theme displaying large typography and customizable color palettes. With its clean and modern design, Blogorama offers a unique and engaging way to showcase your blog content.', 'blogorama' ); ?></p>
<!-- /wp:paragraph -->