themes-wordpress/strand/patterns/footer.php
alaczek ebd918469e
Strand: A round of updates. (#7582)
* Update theme.json

Fix the subscribe button width issue with css until it's fixed in Jetpack.

* Update templates

Update theme templates to add custom CSS class.

* Update screenshot.png

* Update footer widgets

Minor updates to the content of the footer widgets.

* Update theme.json

Remove system font. Make headings bold.

* Add strict type declarations.

* Update footer widgets

Update the copy of the About section.
2024-01-09 18:27:01 -03:00

27 lines
No EOL
1.3 KiB
PHP

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