diff --git a/archeo/assets/images/figure-gigantesque.jpg b/archeo/assets/images/figure-gigantesque.jpg new file mode 100644 index 0000000000..c1181cd063 Binary files /dev/null and b/archeo/assets/images/figure-gigantesque.jpg differ diff --git a/archeo/inc/block-patterns.php b/archeo/inc/block-patterns.php index 9b4b34957f..c41475eb31 100644 --- a/archeo/inc/block-patterns.php +++ b/archeo/inc/block-patterns.php @@ -42,6 +42,7 @@ function archeo_register_block_patterns() { $block_patterns = array( 'headline-over-dark-image', + 'image-with-headline-on-dark-background' ); /** diff --git a/archeo/inc/patterns/image-with-headline-on-dark-background.php b/archeo/inc/patterns/image-with-headline-on-dark-background.php new file mode 100644 index 0000000000..f3002e43f9 --- /dev/null +++ b/archeo/inc/patterns/image-with-headline-on-dark-background.php @@ -0,0 +1,17 @@ + __( 'Image with headline on dark background', 'archeo' ), + 'categories' => array( 'pages' ), + 'content' => ' +
' . esc_attr__( 'Photo of gigantic figure at Izamal', 'archeo' ) . '
+ +
+ +

' . wp_kses_post( __( 'Figure gigantesque,
Ă  Izamal; au bas de la seconde pyramide', 'archeo' ) ) . '

+
+
+ ', +);