-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter-minimal.php
More file actions
19 lines (16 loc) · 1.32 KB
/
footer-minimal.php
File metadata and controls
19 lines (16 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
* Title: Footer minimal
* Slug: start-stackable/footer-minimal
* Categories: footers
* Block Types: core/template-part/footer
*/
?>
<!-- wp:group {"metadata":{"name":"Footer"},"style":{"spacing":{"margin":{"top":"var:preset|spacing|xx-large","bottom":"var:preset|spacing|xx-large"},"padding":{"top":"0","bottom":"0","left":"var:preset|spacing|xx-large","right":"var:preset|spacing|xx-large"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--xx-large);margin-bottom:var(--wp--preset--spacing--xx-large);padding-top:0;padding-right:var(--wp--preset--spacing--xx-large);padding-bottom:0;padding-left:var(--wp--preset--spacing--xx-large)"><!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"var:preset|spacing|xx-large","bottom":"var:preset|spacing|xx-large"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
<div class="wp-block-group alignfull" style="margin-top:var(--wp--preset--spacing--xx-large);margin-bottom:var(--wp--preset--spacing--xx-large)"><!-- wp:site-title {"level":0,"textAlign":"left","fontSize":"x-large"} /-->
<!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size">© 2025 <strong>·</strong> Start Stackable Theme</p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->