diff options
Diffstat (limited to 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php')
-rw-r--r-- | wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php index 997cf03..3cf2717 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php @@ -4,7 +4,7 @@ */ return array( 'title' => __( 'About page links', 'twentytwentytwo' ), - 'categories' => array( 'pages', 'buttons' ), + 'categories' => array( 'twentytwentytwo_pages', 'buttons' ), 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"10rem","bottom":"10rem"}}},"layout":{"inherit":false,"contentSize":"400px"}} --> <div class="wp-block-group alignfull" style="padding-top:10rem;padding-bottom:10rem;"><!-- wp:image {"align":"center","width":100,"height":100,"sizeSlug":"full","linkDestination":"none","className":"is-style-rounded"} --> <div class="wp-block-image is-style-rounded"><figure class="aligncenter size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/icon-bird.jpg" alt="' . esc_attr__( 'Logo featuring a flying bird', 'twentytwentytwo' ) . '" width="100" height="100"/></figure></div> |