Skip to content

Commit

Permalink
Bitacora: Edit sidebar markup to use aside (#7278)
Browse files Browse the repository at this point in the history
* Bitacora: Edit sidebar markup to use aside

* Bitacora: Version bump

* Bitacora: Revert version bump
  • Loading branch information
iamtakashi authored Jul 27, 2023
1 parent f12e4cd commit 78a752a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bitacora/patterns/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* Categories: featured, columns
*/
?>
<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group">
<!-- wp:group {"tagName":"aside","layout":{"type":"constrained"}} -->
<aside class="wp-block-group">
<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--70)">
<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'About Me', 'bitacora' ); ?></h3>
<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'About Me', 'bitacora' ); ?></h3>
<!-- /wp:heading -->

<!-- wp:paragraph {"fontSize":"small"} -->
Expand Down Expand Up @@ -48,5 +48,5 @@
<!-- /wp:jetpack/subscriptions -->
</div>
<!-- /wp:group -->
</div>
</aside>
<!-- /wp:group -->

0 comments on commit 78a752a

Please sign in to comment.