16 lines
No EOL
522 B
PHP
16 lines
No EOL
522 B
PHP
<?php declare( strict_types = 1 ); ?>
|
|
<?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 -->
|