123456789101112131415 |
- <?php
- /**
- * Title: Footer
- * Slug: dawson/footer
- * Inserter: no
- */
- ?>
- <!-- wp:group {"align":"full","layout":{"type":"flex","justifyContent":"left","flexWrap":"wrap"}} -->
- <div class="wp-block-group alignfull">
- <!-- wp:paragraph {"style":{"typography":{"fontSize":"0.7rem"}}} -->
- <p style="font-size:0.7rem"><?php echo esc_html__( 'Designed with', 'dawson' ); ?> <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>
- <!-- /wp:paragraph -->
- </div>
- <!-- /wp:group -->
|