2022-04-20 11:30:59 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Title: Footer with left navigation
|
|
|
|
* Slug: stewart/footer-nav-left
|
|
|
|
* Categories: footer
|
|
|
|
* Block Types: core/template-part/footer
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
|
|
|
<!-- wp:spacer {"height":60} -->
|
|
|
|
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
|
|
<!-- /wp:spacer -->
|
|
|
|
|
|
|
|
<!-- wp:group {"align":"full","layout":{"inherit":true}} -->
|
|
|
|
<div class="wp-block-group alignfull">
|
|
|
|
<!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
|
2022-08-05 09:15:28 +00:00
|
|
|
<div class="wp-block-group alignwide"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal"}},"fontSize":"small"} /-->
|
2022-04-20 11:30:59 +00:00
|
|
|
|
|
|
|
<!-- wp:paragraph {"align":"right","fontSize":"small"} -->
|
|
|
|
<p class="has-text-align-right has-small-font-size">
|
|
|
|
<?php
|
|
|
|
printf(
|
|
|
|
/* Translators: WordPress link. */
|
|
|
|
esc_html__( 'Proudly powered by %s', 'stewart' ),
|
|
|
|
'<a href="' . esc_url( __( 'https://wordpress.org', 'stewart' ) ) . '" rel="nofollow">WordPress</a>'
|
|
|
|
);
|
|
|
|
?>
|
|
|
|
</p>
|
|
|
|
<!-- /wp:paragraph --></div>
|
|
|
|
<!-- /wp:group --></div>
|
|
|
|
<!-- /wp:group -->
|
|
|
|
|
|
|
|
<!-- wp:spacer {"height":60} -->
|
|
|
|
<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
|
|
|
|
<!-- /wp:spacer -->
|