43 lines
2.3 KiB
PHP
43 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* Title: Footer with text, social icons
|
|
* Slug: powder/footer-social-dark
|
|
* Categories: footer
|
|
* Block Types: core/template-part/footer
|
|
*/
|
|
?>
|
|
<!-- wp:group {"metadata":{"name":"Footer"},"align":"full","className":"is-style-section-2","style":{"spacing":{"margin":{"top":"0"},"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30"}}},"fontSize":"x-small","layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignfull is-style-section-2 has-x-small-font-size" style="margin-top:0;padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)">
|
|
<!-- wp:group {"align":"wide","layout":{"type":"flex","allowOrientation":false,"justifyContent":"space-between"}} -->
|
|
<div class="wp-block-group alignwide">
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"5px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
|
<div class="wp-block-group">
|
|
<!-- wp:paragraph -->
|
|
<p>© <?php echo esc_html( gmdate( 'Y' ) ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
<!-- wp:site-title {"level":0,"isLink":false,"style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"fontSize":"x-small"} /-->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
<!-- wp:paragraph -->
|
|
<p> · </p>
|
|
<!-- /wp:paragraph -->
|
|
<!-- wp:paragraph -->
|
|
<p><a href="https://powderwp.com/">Powder Theme</a> by <a href="https://briangardner.com/">Brian Gardner</a></p>
|
|
<!-- /wp:paragraph -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
<!-- wp:social-links {"openInNewTab":true,"size":"has-small-icon-size","className":"is-style-outline","style":{"spacing":{"blockGap":{"left":"5px"}}}} -->
|
|
<ul class="wp-block-social-links has-small-icon-size is-style-outline">
|
|
<!-- wp:social-link {"url":"https://x.com/","service":"x"} /-->
|
|
<!-- wp:social-link {"url":"https://www.linkedin.com/","service":"linkedin"} /-->
|
|
<!-- wp:social-link {"url":"https://instagram.com/","service":"instagram"} /-->
|
|
<!-- wp:social-link {"url":"https://www.facebook.com/","service":"facebook"} /-->
|
|
<!-- wp:social-link {"url":"https://www.threads.net/","service":"threads"} /-->
|
|
</ul>
|
|
<!-- /wp:social-links -->
|
|
</div>
|
|
<!-- /wp:group -->
|
|
</div>
|
|
<!-- /wp:group -->
|