Skip to content

Commit

Permalink
Stage: Remove static links.
Browse files Browse the repository at this point in the history
See #8252
  • Loading branch information
alaczek committed Oct 25, 2024
1 parent 0cf65df commit 6b989e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage/patterns/right-sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- /wp:heading -->

<!-- wp:paragraph {"style":{"typography":{"fontSize":"1.2rem","lineHeight":1.6}},"fontFamily":"libre-caslon-text"} -->
<p class="has-libre-caslon-text-font-family" style="font-size:1.2rem;line-height:1.6"><a href="https://stage.mystagingwebsite.com/about/" data-type="page" data-id="2"><?php echo esc_html__( 'Ernest M. Hemingway was an American novelist, short-story writer, journalist, and sportsman.', 'stage' ); ?></a></p>
<p class="has-libre-caslon-text-font-family" style="font-size:1.2rem;line-height:1.6"><a href="#" data-type="page" data-id="2"><?php echo esc_html__( 'Ernest M. Hemingway was an American novelist, short-story writer, journalist, and sportsman.', 'stage' ); ?></a></p>
<!-- /wp:paragraph -->

<!-- wp:image {"id":220,"width":96,"height":96,"sizeSlug":"full","linkDestination":"none"} -->
Expand Down

0 comments on commit 6b989e6

Please sign in to comment.