diff --git a/inc/patterns/content-columns-with-hero.php b/inc/patterns/content-columns-with-hero.php
index 49fd58c..7d79cd3 100644
--- a/inc/patterns/content-columns-with-hero.php
+++ b/inc/patterns/content-columns-with-hero.php
@@ -13,7 +13,7 @@
*/
$raft_strings = apply_filters( 'raft_strings', array() );
-$images = array(
+$images = array(
RAFT_URL . 'assets/img/shape-05.svg',
);
diff --git a/inc/patterns/cover-background.php b/inc/patterns/cover-background.php
index d72995a..4e038e1 100644
--- a/inc/patterns/cover-background.php
+++ b/inc/patterns/cover-background.php
@@ -15,13 +15,13 @@
$raft_strings = apply_filters( 'raft_strings', array() );
$images = array(
- RAFT_URL . 'assets/img/raft-cover-bg.svg',
+ RAFT_URL . 'assets/img/raft-cover-bg.svg',
);
return array(
- 'title' => __( 'Cover with Background', 'raft' ),
- 'categories' => array( 'raft/heroes_page_titles' ),
- 'content' => '
+ 'title' => __( 'Cover with Background', 'raft' ),
+ 'categories' => array( 'raft/heroes_page_titles' ),
+ 'content' => '
diff --git a/inc/patterns/hero-with-columns.php b/inc/patterns/hero-with-columns.php
index bb33022..291597a 100644
--- a/inc/patterns/hero-with-columns.php
+++ b/inc/patterns/hero-with-columns.php
@@ -13,7 +13,7 @@
*/
$raft_strings = apply_filters( 'raft_strings', array() );
-$images = array(
+$images = array(
RAFT_URL . 'assets/img/shape-05.svg',
RAFT_URL . 'assets/img/shape-06.svg',
RAFT_URL . 'assets/img/shape-07.svg',
diff --git a/inc/patterns/hero.php b/inc/patterns/hero.php
index e7a1370..dd9fc10 100644
--- a/inc/patterns/hero.php
+++ b/inc/patterns/hero.php
@@ -15,13 +15,13 @@
$raft_strings = apply_filters( 'raft_strings', array() );
$images = array(
- RAFT_URL . 'assets/img/raft-illustration.svg',
+ RAFT_URL . 'assets/img/raft-illustration.svg',
);
return array(
- 'title' => __( 'Hero Section', 'raft' ),
- 'categories' => array( 'raft/heroes_page_titles' ),
- 'content' => '
+ 'title' => __( 'Hero Section', 'raft' ),
+ 'categories' => array( 'raft/heroes_page_titles' ),
+ 'content' => '
diff --git a/inc/patterns/horizontal-content-cards.php b/inc/patterns/horizontal-content-cards.php
index 72a1de4..40b6fb5 100644
--- a/inc/patterns/horizontal-content-cards.php
+++ b/inc/patterns/horizontal-content-cards.php
@@ -15,14 +15,14 @@
$raft_strings = apply_filters( 'raft_strings', array() );
$images = array(
- RAFT_URL . 'assets/img/shape-05.svg',
- RAFT_URL . 'assets/img/shape-09.svg',
+ RAFT_URL . 'assets/img/shape-05.svg',
+ RAFT_URL . 'assets/img/shape-09.svg',
);
return array(
- 'title' => __( 'Horizontal content cards', 'raft' ),
- 'categories' => array( 'raft/content' ),
- 'content' => '
+ 'title' => __( 'Horizontal content cards', 'raft' ),
+ 'categories' => array( 'raft/content' ),
+ 'content' => '
diff --git a/inc/patterns/image-gallery.php b/inc/patterns/image-gallery.php
index ebf864b..b6305e4 100644
--- a/inc/patterns/image-gallery.php
+++ b/inc/patterns/image-gallery.php
@@ -15,17 +15,17 @@
$raft_strings = apply_filters( 'raft_strings', array() );
$images = array(
- RAFT_URL . 'assets/img/shape-01.svg',
- RAFT_URL . 'assets/img/shape-05.svg',
- RAFT_URL . 'assets/img/shape-04.svg',
- RAFT_URL . 'assets/img/shape-03.svg',
- RAFT_URL . 'assets/img/shape-02.svg',
+ RAFT_URL . 'assets/img/shape-01.svg',
+ RAFT_URL . 'assets/img/shape-05.svg',
+ RAFT_URL . 'assets/img/shape-04.svg',
+ RAFT_URL . 'assets/img/shape-03.svg',
+ RAFT_URL . 'assets/img/shape-02.svg',
);
return array(
- 'title' => __( 'Image Gallery with Title', 'raft' ),
- 'categories' => array( 'raft/content' ),
- 'content' => '
+ 'title' => __( 'Image Gallery with Title', 'raft' ),
+ 'categories' => array( 'raft/content' ),
+ 'content' => '
' . esc_html( $raft_strings['section_title'] ) . '
diff --git a/inc/patterns/posts-query-loop-2.php b/inc/patterns/posts-query-loop-2.php
index d04b1d4..a7e63ca 100644
--- a/inc/patterns/posts-query-loop-2.php
+++ b/inc/patterns/posts-query-loop-2.php
@@ -15,9 +15,9 @@
$raft_strings = apply_filters( 'raft_strings', array() );
return array(
- 'title' => __( 'Post Query Loop 2', 'raft' ),
- 'categories' => array( 'raft/post_loops' ),
- 'content' => '
+ 'title' => __( 'Post Query Loop 2', 'raft' ),
+ 'categories' => array( 'raft/post_loops' ),
+ 'content' => '
diff --git a/inc/patterns/posts-query-loop.php b/inc/patterns/posts-query-loop.php
index 76f65b0..823d12d 100644
--- a/inc/patterns/posts-query-loop.php
+++ b/inc/patterns/posts-query-loop.php
@@ -15,9 +15,9 @@
$raft_strings = apply_filters( 'raft_strings', array() );
return array(
- 'title' => __( 'Post Query Loop', 'raft' ),
- 'categories' => array( 'raft/post_loops' ),
- 'content' => '
+ 'title' => __( 'Post Query Loop', 'raft' ),
+ 'categories' => array( 'raft/post_loops' ),
+ 'content' => '
diff --git a/inc/patterns/three-columns-features.php b/inc/patterns/three-columns-features.php
index ceeda72..5d5a5c6 100644
--- a/inc/patterns/three-columns-features.php
+++ b/inc/patterns/three-columns-features.php
@@ -15,15 +15,15 @@
$raft_strings = apply_filters( 'raft_strings', array() );
$images = array(
- RAFT_URL . 'assets/img/shape-05.svg',
- RAFT_URL . 'assets/img/shape-06.svg',
- RAFT_URL . 'assets/img/shape-04.svg',
+ RAFT_URL . 'assets/img/shape-05.svg',
+ RAFT_URL . 'assets/img/shape-06.svg',
+ RAFT_URL . 'assets/img/shape-04.svg',
);
return array(
- 'title' => __( 'Three Columns of Features', 'raft' ),
- 'categories' => array( 'raft/features' ),
- 'content' => '
+ 'title' => __( 'Three Columns of Features', 'raft' ),
+ 'categories' => array( 'raft/features' ),
+ 'content' => '
diff --git a/inc/patterns/two-columns-features.php b/inc/patterns/two-columns-features.php
index ab84bd1..bcc0af2 100644
--- a/inc/patterns/two-columns-features.php
+++ b/inc/patterns/two-columns-features.php
@@ -15,14 +15,14 @@
$raft_strings = apply_filters( 'raft_strings', array() );
$images = array(
- RAFT_URL . 'assets/img/shape-05.svg',
- RAFT_URL . 'assets/img/shape-01.svg',
+ RAFT_URL . 'assets/img/shape-05.svg',
+ RAFT_URL . 'assets/img/shape-01.svg',
);
return array(
- 'title' => __( 'Two Columns of Features', 'raft' ),
- 'categories' => array( 'raft/features' ),
- 'content' => '
+ 'title' => __( 'Two Columns of Features', 'raft' ),
+ 'categories' => array( 'raft/features' ),
+ 'content' => '