Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bysshe: Update index template #8460

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions bysshe/patterns/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@
<!-- wp:columns {"verticalAlignment":"center","style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"padding":{"right":"0","left":"0","top":"0","bottom":"0"},"margin":{"top":"0","bottom":"0"},"blockGap":{"top":"0","left":"var:preset|spacing|50"}}}} -->
<div class="wp-block-columns are-vertically-aligned-center" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:column {"verticalAlignment":"center","width":"45%"} -->
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:45%"><!-- wp:group {"tagName":"header","style":{"dimensions":{"minHeight":""}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
<header class="wp-block-group"><!-- wp:group {"layout":{"type":"constrained","contentSize":"36px"}} -->
<div class="wp-block-group"><!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/wolfgang-hasselmann-pVr6wvUneMk-unsplash-scaled.jpg","dimRatio":0,"minHeight":50,"minHeightUnit":"vh","isDark":false,"style":{"layout":{"selfStretch":"fixed","flexSize":"50vh"}}} -->
<div class="wp-block-cover is-light" style="min-height:50vh"><img class="wp-block-cover__image-background" alt="" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/wolfgang-hasselmann-pVr6wvUneMk-unsplash-scaled.jpg" data-object-fit="cover"/><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","fontSize":"xxx-small"} -->
<p class="has-text-align-center has-xxx-small-font-size"></p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:cover --></div>
<header class="wp-block-group"><!-- wp:group {"style":{"dimensions":{"minHeight":"50vh"},"background":{"backgroundImage":{"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/wolfgang-hasselmann-pVr6wvUneMk-unsplash-scaled.jpg","id":5633,"source":"file","title":"wolfgang-hasselmann-pVr6wvUneMk-unsplash-scaled"},"backgroundSize":"cover"},"spacing":{"padding":{"right":"18px","left":"18px","top":"0px","bottom":"0px"}}},"layout":{"type":"constrained","contentSize":"36px"}} -->
<div class="wp-block-group" style="min-height:50vh;padding-top:0px;padding-right:18px;padding-bottom:0px;padding-left:18px"><!-- wp:spacer -->
<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --></div>
<!-- /wp:group -->

<!-- wp:site-title {"level":0,"fontSize":"large"} /--></header>
Expand Down Expand Up @@ -92,4 +90,4 @@
echo sprintf( esc_html__( 'Designed with %1$sWordPress%2$s', 'bysshe' ), '<a href="' . esc_url( 'https://wordpress.org' ) . '" rel="nofollow">', '</a>' ); ?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- /wp:group -->
2 changes: 1 addition & 1 deletion bysshe/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Theme Name: Bysshe
Theme URI: https://wordpress.com/theme/Bysshe/
Theme URI: https://wordpress.com/theme/bysshe/
Author: Automattic
Author URI: https://automattic.com/
Description: Bysshe is crafted light and elegantly for poetry. It explores using blocks of text as the primary design element.
Expand Down
2 changes: 1 addition & 1 deletion bysshe/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,5 +681,5 @@
}
],
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
"$schema": "https://schemas.wp.org/wp/6.7/theme.json"
}
Loading