<?php
/**
 * Title: footer
 * Slug: nion/footer
 * Inserter: no
 */

declare( strict_types = 1 );
?>
<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|110","bottom":"var:preset|spacing|80"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--110);margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:separator {"className":"is-style-glow"} -->
<hr class="wp-block-separator has-alpha-channel-opacity is-style-glow"/>
<!-- /wp:separator -->

<!-- wp:paragraph {"align":"right","lock":{"move":false,"remove":true},"style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}},"fontSize":"custom-9"} -->
<p class="has-text-align-right has-custom-9-font-size" style="margin-top:var(--wp--preset--spacing--30)"><?php /* Translators: 1. is the start of a 'a' HTML element, 2. is the end of a 'a' HTML element */
echo sprintf( esc_html__( 'Designed with %1$sWordPress%2$s', 'nion' ), '<a href="' . esc_url( 'https://wordpress.org' ) . '" rel="nofollow">', '</a>' ); ?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->