Blockbase: Remove layout inheritance from the footer template (#5100)
This commit is contained in:
parent
4c97833653
commit
a315d63a9c
2 changed files with 1 additions and 8 deletions
|
@ -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"} /-->
|
||||
|
|
|
@ -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 -->
|
Loading…
Reference in a new issue