Skip to content

Commit

Permalink
✅ Updated for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Olein-jp committed Apr 15, 2023
1 parent 8c22d3e commit ad20c73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ License: CC0 https://creativecommons.org/publicdomain/zero/1.0/
Source: https://stocksnap.io/photo/bird-flying-3NQ5V9WW0G

== Changelog ==
Version 2.0.2(2023-04-15)
--------------------
- Fixed image paths in `template/front-page.php`

Version 2.0.1(2023-04-15)
--------------------
- Fixed some bugs
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: This theme is Block Theme supporting Full Site Editing. Gifu City i
Author: Koji Kuno
Author URI: https://kunokoji.com
Tags: blog, news, photography, one-column, block-patterns, block-styles, editor-style, sticky-post, full-site-editing, style-variations, threaded-comments, translation-ready, wide-blocks
Version: 2.0.1
Version: 2.0.2
Requires PHP: 5.6
Tested up to: 6.2
License: GNU General Public License v2 or later
Expand Down
4 changes: 2 additions & 2 deletions templates/front-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"className":"site-content"} -->
<main class="wp-block-group site-content" style="margin-top:0;margin-bottom:0"><!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0"><!-- wp:cover {"url":"http://cormorant.wp/wp-content/themes/cormorant/assets/images/StockSnap_MDRPL8PT36.jpg","id":2180,"dimRatio":0,"focalPoint":{"x":0.34,"y":0.32},"minHeight":50,"minHeightUnit":"vh","align":"full","className":"negative-margin-left-s negative-margin-right-s","style":{"spacing":{"padding":{"top":"var:preset|spacing|m","right":"var:preset|spacing|m","bottom":"var:preset|spacing|m","left":"var:preset|spacing|m"}}}} -->
<div class="wp-block-cover alignfull negative-margin-left-s negative-margin-right-s" style="padding-top:var(--wp--preset--spacing--m);padding-right:var(--wp--preset--spacing--m);padding-bottom:var(--wp--preset--spacing--m);padding-left:var(--wp--preset--spacing--m);min-height:50vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-2180" alt="Sample Image" src="http://cormorant.wp/wp-content/themes/cormorant/assets/images/StockSnap_MDRPL8PT36.jpg" style="object-position:34% 32%" data-object-fit="cover" data-object-position="34% 32%"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"4-xl"} -->
<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0"><!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/StockSnap_MDRPL8PT36.jpg'; ?>","id":2180,"dimRatio":0,"focalPoint":{"x":0.34,"y":0.32},"minHeight":50,"minHeightUnit":"vh","align":"full","className":"negative-margin-left-s negative-margin-right-s","style":{"spacing":{"padding":{"top":"var:preset|spacing|m","right":"var:preset|spacing|m","bottom":"var:preset|spacing|m","left":"var:preset|spacing|m"}}}} -->
<div class="wp-block-cover alignfull negative-margin-left-s negative-margin-right-s" style="padding-top:var(--wp--preset--spacing--m);padding-right:var(--wp--preset--spacing--m);padding-bottom:var(--wp--preset--spacing--m);padding-left:var(--wp--preset--spacing--m);min-height:50vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-2180" alt="Sample Image" src="<?php echo esc_url( get_template_directory_uri() ) . '/assets/images/StockSnap_MDRPL8PT36.jpg'; ?>" style="object-position:34% 32%" data-object-fit="cover" data-object-position="34% 32%"/><div class="wp-block-cover__inner-container"><!-- wp:paragraph {"align":"center","placeholder":"Write title…","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"4-xl"} -->
<p class="has-text-align-center has-4-xl-font-size" style="line-height:1.2"><strong>Cormorant,<br>the Block Theme.</strong></p>
<!-- /wp:paragraph --></div></div>
<!-- /wp:cover --></div>
Expand Down

0 comments on commit ad20c73

Please sign in to comment.