Blockbase: Remove layout inheritance from the footer template (#5100)

This commit is contained in:
Ben Dwyer 2021-11-25 11:24:03 +00:00 committed by GitHub
parent 4c97833653
commit a315d63a9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View file

@ -30,4 +30,4 @@
</main>
<!-- /wp:query -->
<!-- wp:template-part {"slug":"footer","tagName":"footer","layout":{"inherit":true},"className":"site-footer-container"} /-->
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer-container"} /-->

View file

@ -1,7 +0,0 @@
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"var(--wp--custom--font-sizes--tiny)"}}} -->
<p class="has-text-align-center" style="font-size:var(--wp--custom--font-sizes--tiny);">Proudly Powered by <a href="https://wordpress.org" rel="nofollow">WordPress</a></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->