<?php
/**
 * Title: Hidden blog heading
 * Slug: wordpressify/hidden-blog-heading
 * Description: Hidden heading for the home page and index template.
 * Inserter: no
 */
?>
<!-- wp:heading {"textAlign":"left","level":1} -->
<h1 class="wp-block-heading has-text-align-left"><?php esc_html_e('Blog', 'wordpressify'); ?></h1>
<!-- /wp:heading -->
