themes-wordpress/luce/patterns/footer.php
alaczek 7cd265a2a5
Luce: add theme (#7305)
* Initial commit.

* fix 404 pattern and compress screenshot

---------

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2023-08-18 13:23:41 +05:30

21 lines
No EOL
1.1 KiB
PHP

<?php
/**
* Title: Default footer
* Slug: luce/footer
* Categories: footer
* Block Types: core/template-part/footer
*/
?>
<!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|60","right":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group has-link-color" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size"><?php
/* Translators: WordPress link. */
$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'luce' ) ) . '" rel="nofollow">WordPress</a>';
echo sprintf(
esc_html__( 'Designed with %1$s', 'luce' ),
$wordpress_link
);
?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->