Skip to content

Commit

Permalink
Negai: Fix post content width (#7191)
Browse files Browse the repository at this point in the history
* Negai: Fix post content width

* Version bump

---------

Co-authored-by: Vicente Canales <[email protected]>
  • Loading branch information
iamtakashi and Vicente Canales authored Jul 4, 2023
1 parent 4051494 commit d97a27f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions negai/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Negai is a bold blogging theme with large post titles and interesting colour sch

== Changelog ==

= 1.0.1 =
* Negai: Fix post content width

= 1.0.0 =
* Initial release

Expand Down
2 changes: 1 addition & 1 deletion negai/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Negai is a bold blogging theme with large post titles and interesti
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 5.7
Version: 1.0.0
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: negai
Expand Down
2 changes: 1 addition & 1 deletion negai/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group">
<!-- wp:post-content {"layout":{"type":"default"}} /-->
<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
</div>
<!-- /wp:group -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion negai/templates/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group">
<!-- wp:post-content {"layout":{"type":"default"}} /-->
<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
</div>
<!-- /wp:group -->
</div>
Expand Down

0 comments on commit d97a27f

Please sign in to comment.