File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments