Skip to content

Commit 956d63d

Browse files
author
Ariel Jolo
committed
improving blocks working together
1 parent 9d3f692 commit 956d63d

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

themes/osi/inc/block-patterns.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function osi_register_about_area_pattern() {
1717
'categories' => ['ai'],
1818
'content' => '<!-- wp:group {"layout":{"type":"constrained"}} -->
1919
<div class="wp-block-group">
20+
<!-- wp:html -->
2021
<!-- rts about area start -->
2122
<div class="rts-about-area rts-section-gap">
2223
<div class="container">
@@ -78,8 +79,10 @@ function osi_register_about_area_pattern() {
7879
</div>
7980
</div>
8081
<!-- rts about area end -->
82+
<!-- /wp:html -->
8183
</div>
82-
<!-- /wp:group -->',
84+
<!-- /wp:group -->
85+
',
8386
]
8487
);
8588
}

themes/osi/templates/ai-fse.php

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@
3131
<!-- favicon -->
3232
<link rel="shortcut icon" type="image/x-icon" href="https://opensourceorg.github.io/ai/assets/images/fav.png">
3333
<script defer data-domain="opensource.org" src="https://plausible.io/js/script.js"></script>
34-
<!-- fontawesome css -->
35-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
36-
<!-- fontawesome css -->
37-
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/plugins/swiper.css">
38-
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/plugins/unicons.css">
39-
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/plugins/metismenu.css">
40-
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/vendor/animate.css">
41-
<!-- bootstrap css -->
42-
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/vendor/bootstrap.min.css">
43-
<!-- Custom css -->
44-
<link rel="stylesheet" href="https://opensourceorg.github.io/ai/assets/css/style.css">
4534

4635
<!-- HTML Meta Tags -->
4736
<title>The Open Source AI Definition — by The Open Source Initiative</title>
@@ -69,7 +58,7 @@
6958
}
7059
?>
7160

72-
<body <?php body_class(); ?>>
61+
<body <?php body_class(); ?> style="background: rgb(246, 247, 249);">
7362
<?php wp_body_open(); ?>
7463

7564

0 commit comments

Comments
 (0)