Skip to content

Commit

Permalink
improving blocks working together
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Feb 18, 2025
1 parent 9d3f692 commit 956d63d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 4 additions & 1 deletion themes/osi/inc/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ function osi_register_about_area_pattern() {
'categories' => ['ai'],
'content' => '<!-- wp:group {"layout":{"type":"constrained"}} -->
<div class="wp-block-group">
<!-- wp:html -->
<!-- rts about area start -->
<div class="rts-about-area rts-section-gap">
<div class="container">
Expand Down Expand Up @@ -78,8 +79,10 @@ function osi_register_about_area_pattern() {
</div>
</div>
<!-- rts about area end -->
<!-- /wp:html -->
</div>
<!-- /wp:group -->',
<!-- /wp:group -->
',
]
);
}
Expand Down
13 changes: 1 addition & 12 deletions themes/osi/templates/ai-fse.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="https://opensourceorg.github.io/ai/assets/images/fav.png">
<script defer data-domain="opensource.org" src="https://plausible.io/js/script.js"></script>
<!-- fontawesome css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<!-- fontawesome css -->
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/plugins/swiper.css">
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/plugins/unicons.css">
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/plugins/metismenu.css">
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/vendor/animate.css">
<!-- bootstrap css -->
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/vendor/bootstrap.min.css">
<!-- Custom css -->
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/style.css">

<!-- HTML Meta Tags -->
<title>The Open Source AI Definition — by The Open Source Initiative</title>
Expand Down Expand Up @@ -69,7 +58,7 @@
}
?>

<body <?php body_class(); ?>>
<body <?php body_class(); ?> style="background: rgb(246, 247, 249);">
<?php wp_body_open(); ?>


Expand Down

0 comments on commit 956d63d

Please sign in to comment.