Skip to content

Commit

Permalink
FIX: share in post footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AdelDima committed Jun 17, 2023
1 parent 35df023 commit b7deb1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patterns/post-with-sidebar-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
/**
* Title: Post with sidebar footer
* Slug: noon/post-with-sidebar-footer
* Description:
* Description:
* Categories: noon, post
* Keywords: sidebar, post
* Viewport Width: 1280
* Block Types:
* Post Types:
* Block Types:
* Post Types:
* Inserter: true
*/

Expand All @@ -17,7 +17,7 @@

<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>Share</p>
<p><?php echo esc_html__( 'Share', 'noon' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:social-links {"iconColor":"inherit","iconColorValue":"inherit","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"}}},"className":"has-icon-color is-style-logos-only","layout":{"type":"flex","justifyContent":"right"}} -->
Expand Down

0 comments on commit b7deb1d

Please sign in to comment.