Skip to content

Commit

Permalink
Add back Post Author Name block.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Mar 6, 2023
1 parent 9f2ff6e commit e9ba2ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ function frost_enqueue_style_sheet() {
function frost_register_block_styles() {

$block_styles = array(
'core/columns' => array(
'core/columns' => array(
'columns-reverse' => __( 'Reverse', 'frost' ),
),
'core/group' => array(
'shadow' => __( 'Shadow', 'frost' ),
'core/group' => array(
'shadow' => __( 'Shadow', 'frost' ),
),
'core/list' => array(
'core/list' => array(
'no-disc' => __( 'No Disc', 'frost' ),
),
'core/navigation-link' => array(
Expand Down
2 changes: 1 addition & 1 deletion patterns/query.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- wp:paragraph -->
<p>·</p>
<!-- /wp:paragraph -->
<!-- wp:post-author {"showAvatar":false} /-->
<!-- wp:post-author-name {"isLink":true} /-->
</div>
<!-- /wp:group -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- wp:paragraph -->
<p>·</p>
<!-- /wp:paragraph -->
<!-- wp:post-author {"showAvatar":false} /-->
<!-- wp:post-author-name {"isLink":true} /-->
</div>
<!-- /wp:group -->
</div>
Expand Down

0 comments on commit e9ba2ee

Please sign in to comment.