Skip to content

Commit

Permalink
Fix pattern name, and use pattern in template part (#7206)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcanales committed Jul 7, 2023
1 parent 7091047 commit 25c968b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions fotograma/parts/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"default"}} -->
<div class="wp-block-group">
<!-- wp:site-title {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px","right":"0px","left":"0px"}}}} /-->
</div>
<!-- /wp:group -->
<!-- wp:pattern {"slug":"fotograma/header"} /-->
4 changes: 2 additions & 2 deletions fotograma/patterns/header.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* Title: Stack Photo
* Title: Header
* Slug: fotograma/header
* Categories: featured
* Categories: featured, header
*/
?>

Expand Down

0 comments on commit 25c968b

Please sign in to comment.