From e01bfe96674d3c761514586837324401141d4109 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Sun, 18 Aug 2024 08:12:34 +0200 Subject: [PATCH 01/33] Add default footer --- parts/footer.html | 12 +--------- patterns/footer.php | 53 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 patterns/footer.php diff --git a/parts/footer.html b/parts/footer.html index 36a08c58..c2ea07cc 100644 --- a/parts/footer.html +++ b/parts/footer.html @@ -1,11 +1 @@ - -
- -
- -

Proudly Powered by WordPress

- -
- -
- + diff --git a/patterns/footer.php b/patterns/footer.php new file mode 100644 index 00000000..dd5b1d09 --- /dev/null +++ b/patterns/footer.php @@ -0,0 +1,53 @@ + + +
+ +
+ +
+ + + +
+ + +
+ + + + + + + + + + + + +
+ +
+ + + + + + + +
+ + +

Designed with WordPress

+ +
+ +
+ From c4edec6557eaf162d7f4d0c900433855af745f3c Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Sun, 18 Aug 2024 08:33:07 +0200 Subject: [PATCH 02/33] Add centered footer --- patterns/footer-centered.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 patterns/footer-centered.php diff --git a/patterns/footer-centered.php b/patterns/footer-centered.php new file mode 100644 index 00000000..6556299a --- /dev/null +++ b/patterns/footer-centered.php @@ -0,0 +1,21 @@ + + +
+ + + + + + +

Designed with WordPress

+ +
+ From fbb09d1903e2d8c3761197228fd944ce66c22a5b Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Sun, 18 Aug 2024 08:46:21 +0200 Subject: [PATCH 03/33] Add footer with columns (no site logo) --- patterns/footer-columns.php | 66 +++++++++++++++++++++++++++++++++++++ patterns/footer.php | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 patterns/footer-columns.php diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php new file mode 100644 index 00000000..aced3197 --- /dev/null +++ b/patterns/footer-columns.php @@ -0,0 +1,66 @@ + + +
+ +
+ +
+ + +
+ + +
+ +
+ +

Stories

+ + + + + + + +
+ + +
+ +

Featured

+ + + + + + + +
+ +
+ +
+ + + + + + + +
+ + +

Designed with WordPress

+ +
+ +
+ diff --git a/patterns/footer.php b/patterns/footer.php index dd5b1d09..b8c9f1ad 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -20,7 +20,7 @@
- + From 9f8ff57696f42b15486bc76da907f682dff9d54a Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Sun, 18 Aug 2024 08:57:41 +0200 Subject: [PATCH 04/33] Create footer-social.php --- patterns/footer-social.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 patterns/footer-social.php diff --git a/patterns/footer-social.php b/patterns/footer-social.php new file mode 100644 index 00000000..b086a57c --- /dev/null +++ b/patterns/footer-social.php @@ -0,0 +1,25 @@ + + +
+ + + + + + + + + + +

Designed with WordPress

+ +
+ From 933f6392ed719af6256cce12e0c62dad4c837602 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Sun, 18 Aug 2024 09:29:57 +0200 Subject: [PATCH 05/33] Add footer with newsletter signup --- patterns/footer-newsletter.php | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 patterns/footer-newsletter.php diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php new file mode 100644 index 00000000..3e8bbcff --- /dev/null +++ b/patterns/footer-newsletter.php @@ -0,0 +1,36 @@ + + +
+ + + +
+ +

Subscribe to our newsletter

+ + +
+ +
+ +
+ + + +
+ + +

Designed with WordPress

+ +
+ +
+ From 9b3c1931d42157942ec1dabdf8f2458117514c6e Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Tue, 20 Aug 2024 11:55:20 +0200 Subject: [PATCH 06/33] Update the top padding on the centered footer to 90px. --- patterns/footer-centered.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/footer-centered.php b/patterns/footer-centered.php index 6556299a..4453e25d 100644 --- a/patterns/footer-centered.php +++ b/patterns/footer-centered.php @@ -7,8 +7,8 @@ * Description: Footer with centered site title and tagline */ ?> - -
+ +
From 03b1ae8dc4aed7e1af937196bad3437aa54dd9f5 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Tue, 20 Aug 2024 12:19:46 +0200 Subject: [PATCH 07/33] PHP CS: Adjust packages and spacing --- functions.php | 3 ++- patterns/footer-centered.php | 5 +++++ patterns/footer-columns.php | 9 +++++++-- patterns/footer-newsletter.php | 9 +++++++-- patterns/footer-social.php | 5 +++++ patterns/footer.php | 5 +++++ 6 files changed, 31 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index eaf2d755..74490157 100644 --- a/functions.php +++ b/functions.php @@ -4,6 +4,7 @@ * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * - * @package Twenty Twenty-Five + * @package WordPress + * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ diff --git a/patterns/footer-centered.php b/patterns/footer-centered.php index 4453e25d..d1c502e3 100644 --- a/patterns/footer-centered.php +++ b/patterns/footer-centered.php @@ -5,8 +5,13 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer with centered site title and tagline + * + * @package WordPress + * @subpackage Twenty_Twenty_Five + * @since Twenty Twenty-Five 1.0 */ ?> +
diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index aced3197..bb4d52bb 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -5,10 +5,15 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer columns with title, tagline and links + * + * @package WordPress + * @subpackage Twenty_Twenty_Five + * @since Twenty Twenty-Five 1.0 */ ?> - -
+ + +
diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index 3e8bbcff..bfde7773 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -5,10 +5,15 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer with large site title and newsletter signup + * + * @package WordPress + * @subpackage Twenty_Twenty_Five + * @since Twenty Twenty-Five 1.0 */ ?> - -
+ + +
diff --git a/patterns/footer-social.php b/patterns/footer-social.php index b086a57c..534cce4e 100644 --- a/patterns/footer-social.php +++ b/patterns/footer-social.php @@ -5,8 +5,13 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer with centered site title and social links + * + * @package WordPress + * @subpackage Twenty_Twenty_Five + * @since Twenty Twenty-Five 1.0 */ ?> +
diff --git a/patterns/footer.php b/patterns/footer.php index b8c9f1ad..3aace0c6 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -5,8 +5,13 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer columns with logo, title, tagline and links + * + * @package WordPress + * @subpackage Twenty_Twenty_Five + * @since Twenty Twenty-Five 1.0 */ ?> +
From 6521855934d27973c250781837eeaf0fd3640143 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Tue, 20 Aug 2024 12:22:06 +0200 Subject: [PATCH 08/33] more PHPCS fizxes --- functions.php | 1 + patterns/footer-centered.php | 4 ++-- patterns/footer-columns.php | 2 +- patterns/footer-newsletter.php | 2 +- patterns/footer-social.php | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/functions.php b/functions.php index 74490157..938948e2 100644 --- a/functions.php +++ b/functions.php @@ -8,3 +8,4 @@ * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ + diff --git a/patterns/footer-centered.php b/patterns/footer-centered.php index d1c502e3..ecb450d5 100644 --- a/patterns/footer-centered.php +++ b/patterns/footer-centered.php @@ -5,13 +5,13 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer with centered site title and tagline - * + * * @package WordPress * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ -?> +?>
diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index bb4d52bb..f4283f28 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -10,8 +10,8 @@ * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ -?> +?>
diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index bfde7773..bb459c0f 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -10,8 +10,8 @@ * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ -?> +?>
diff --git a/patterns/footer-social.php b/patterns/footer-social.php index 534cce4e..744c365e 100644 --- a/patterns/footer-social.php +++ b/patterns/footer-social.php @@ -5,13 +5,13 @@ * Categories: footer * Block Types: core/template-part/footer * Description: Footer with centered site title and social links - * + * * @package WordPress * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ -?> +?>
From c95c5282fa3313a9efb6ec61e8164cea740ccd32 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Tue, 20 Aug 2024 12:23:43 +0200 Subject: [PATCH 09/33] one more try --- functions.php | 1 - patterns/footer.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 938948e2..74490157 100644 --- a/functions.php +++ b/functions.php @@ -8,4 +8,3 @@ * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ - diff --git a/patterns/footer.php b/patterns/footer.php index 3aace0c6..9ca35f88 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -10,6 +10,7 @@ * @subpackage Twenty_Twenty_Five * @since Twenty Twenty-Five 1.0 */ + ?> From b808090c588b35fbdfbe4ea553b505fcc2bb74bc Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Tue, 20 Aug 2024 17:04:39 +0200 Subject: [PATCH 10/33] Override the global right and left padding on the inner group blocks --- patterns/footer-columns.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index f4283f28..2165a5ee 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -24,8 +24,8 @@
- -
+ +

Stories

@@ -37,8 +37,8 @@
- -
+ +

Featured

From dc994442d65248a85d5648ce8bfd2e07c5831edc Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 09:37:09 +0200 Subject: [PATCH 11/33] Correct the pattern slug in Footer with coluimns --- patterns/footer-columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index 2165a5ee..f3050b72 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -1,7 +1,7 @@ Date: Wed, 21 Aug 2024 10:35:24 +0200 Subject: [PATCH 12/33] Default footer: Allow the content to wrap, and move the site logo outside the inner row Default footer: Replace "nowrap" with "wrap" to improve the look on small screen widths. Move the site logo outside the inner row. This vertically aligns the title with the navigation. --- patterns/footer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patterns/footer.php b/patterns/footer.php index 9ca35f88..e8a71489 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -15,16 +15,16 @@
- + +
-
- +
From 5b19a8bb8c3cb440e1db7f4fc42bfca5ba7909e2 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 11:47:45 +0200 Subject: [PATCH 13/33] Site title: Set text decoration to none on the default link state. --- theme.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/theme.json b/theme.json index 2a0ef1a4..1cba4c81 100644 --- a/theme.json +++ b/theme.json @@ -1011,6 +1011,18 @@ "typography": { "fontSize": "var:preset|font-size|medium", "fontWeight": "700" + }, + "elements": { + "link": { + "typography": { + "textDecoration": "none" + }, + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + } } }, "core/navigation": { From 445a480f013241ab658fe49186e5731610f718fc Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 11:52:36 +0200 Subject: [PATCH 14/33] Default footer: replace the last "nowrap" with "wrap" so that the title and credit aligns better --- patterns/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer.php b/patterns/footer.php index e8a71489..63521d10 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -47,7 +47,7 @@ - +
From 4eae108148c1bc9d2e715703b8e4d7ff121c3a57 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:08:42 +0200 Subject: [PATCH 15/33] Centered footer: Update font sizes --- patterns/footer-centered.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patterns/footer-centered.php b/patterns/footer-centered.php index ecb450d5..b7f7c380 100644 --- a/patterns/footer-centered.php +++ b/patterns/footer-centered.php @@ -15,12 +15,12 @@
- + - -

Designed with WordPress

+ +

Designed with WordPress

From 604dbc5b06a0a2a31ef00a139d0f44c84d1f16e3 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:18:12 +0200 Subject: [PATCH 16/33] Footer columns: replace nowrap with wrap, update font weight --- patterns/footer-columns.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index f3050b72..eaa4cf6a 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -14,7 +14,7 @@ ?>
- +
@@ -22,12 +22,12 @@
- +
- -

Stories

+ +

Stories

@@ -39,8 +39,8 @@
- -

Featured

+ +

Featured

@@ -59,7 +59,7 @@ - +
From ed3ae412a4c6b4052d845eab551fe04cddd7ea1e Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:31:22 +0200 Subject: [PATCH 17/33] Footer with social links: Update font sizes --- patterns/footer-social.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patterns/footer-social.php b/patterns/footer-social.php index 744c365e..8d4a0407 100644 --- a/patterns/footer-social.php +++ b/patterns/footer-social.php @@ -14,8 +14,8 @@ ?>
- - + + @@ -23,8 +23,8 @@ - -

Designed with WordPress

+ +

Designed with WordPress

From 35a7d7fe5acac445b83390adac61f86f9a55fc3a Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:35:30 +0200 Subject: [PATCH 18/33] Footer with social links: Change the site title to H2, add uppercase. --- patterns/footer-social.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patterns/footer-social.php b/patterns/footer-social.php index 8d4a0407..91e38fc5 100644 --- a/patterns/footer-social.php +++ b/patterns/footer-social.php @@ -14,8 +14,8 @@ ?>
- - + + From 907734629a2b537ccd28a67cdc242a40f65317d2 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:43:36 +0200 Subject: [PATCH 19/33] Footer with social links: Also set the font weight on the navigation block. --- patterns/footer-social.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-social.php b/patterns/footer-social.php index 91e38fc5..a3d64dd4 100644 --- a/patterns/footer-social.php +++ b/patterns/footer-social.php @@ -15,7 +15,7 @@
- + From 7d9ca1ce28d41aa1a1750f032969aab2a2e3f008 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:52:53 +0200 Subject: [PATCH 20/33] Footer with newsletter: increase spacing between the form at the credit row. --- patterns/footer-newsletter.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index bb459c0f..1a27eac9 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -28,7 +28,9 @@
- + + +
From 4944c16858ac4b73d3cf8fd387f03380761b3a7c Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 12:56:49 +0200 Subject: [PATCH 21/33] Footer with newsletter: replace "nowrap" with "wrap" --- patterns/footer-newsletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index 1a27eac9..bf1fbddb 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -31,7 +31,7 @@ - +
From e520e102e546af6fce3f1955e5ebfbbcb00b75eb Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 13:04:58 +0200 Subject: [PATCH 22/33] Footer with newsletter signup: change the site title to an H2 (was paragraph) --- patterns/footer-newsletter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index bf1fbddb..9069a9d3 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -14,8 +14,7 @@ ?>
- - +
From 658d9959ba4047311896564d9d46785f0332753b Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 13:07:57 +0200 Subject: [PATCH 23/33] Footer with columns: change heading levels --- patterns/footer-columns.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index eaa4cf6a..0039d195 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -18,7 +18,7 @@
- +
@@ -26,8 +26,8 @@
- -

Stories

+ +

Stories

@@ -39,8 +39,8 @@
- -

Featured

+ +

Featured

From b41a6968dd4cbd68ea7a8530ef9f7015a9154fa4 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Wed, 21 Aug 2024 13:10:30 +0200 Subject: [PATCH 24/33] Default footer: Change site title from paragraph to H2 --- patterns/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer.php b/patterns/footer.php index 63521d10..2a6bdc99 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -20,7 +20,7 @@
- +
From 523f434b02380d5a0ee681bc35d0ece8538af28a Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:38:33 +0200 Subject: [PATCH 25/33] Update patterns/footer-columns.php Co-authored-by: Juan Aldasoro --- patterns/footer-columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index 0039d195..9cf6468e 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -61,7 +61,7 @@
- +

Designed with WordPress

From 2c458e0ff133ae0bc816f0888613330071481e2f Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:38:40 +0200 Subject: [PATCH 26/33] Update patterns/footer-columns.php Co-authored-by: Juan Aldasoro --- patterns/footer-columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index 9cf6468e..088fdbdd 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -62,7 +62,7 @@
- +

Designed with WordPress

From cc15b3fde61f830d5ca8d02968a8bdf861ef51f0 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:38:50 +0200 Subject: [PATCH 27/33] Update patterns/footer-columns.php Co-authored-by: Juan Aldasoro --- patterns/footer-columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-columns.php b/patterns/footer-columns.php index 088fdbdd..5e92a73d 100644 --- a/patterns/footer-columns.php +++ b/patterns/footer-columns.php @@ -63,7 +63,7 @@
-

Designed with WordPress

+

Designed with WordPress

From 69c56f93a36f43c27a0cf93cb44f49360ecdf76e Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:39:10 +0200 Subject: [PATCH 28/33] Update patterns/footer-newsletter.php Co-authored-by: Juan Aldasoro --- patterns/footer-newsletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index 9069a9d3..7550d66b 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -32,7 +32,7 @@
- +

Designed with WordPress

From 91af7eaad60dd75168ab59ae50766a9f1251a81c Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:39:42 +0200 Subject: [PATCH 29/33] Update patterns/footer.php Co-authored-by: Juan Aldasoro --- patterns/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer.php b/patterns/footer.php index 2a6bdc99..e5c9c9e0 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -49,7 +49,7 @@
- +

Designed with WordPress

From d8e20c1f3880bbcca06c8ad1c40449ebb5723c6e Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:39:48 +0200 Subject: [PATCH 30/33] Update patterns/footer.php Co-authored-by: Juan Aldasoro --- patterns/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer.php b/patterns/footer.php index e5c9c9e0..e64d6537 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -51,7 +51,7 @@
-

Designed with WordPress

+

Designed with WordPress

From 182855b4fcc75808a2432c76d80ff76899031900 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:39:56 +0200 Subject: [PATCH 31/33] Update patterns/footer.php Co-authored-by: Juan Aldasoro --- patterns/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer.php b/patterns/footer.php index e64d6537..480521f0 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -50,7 +50,7 @@
- +

Designed with WordPress

From 9d14aa925cf6a0708199fac5cca1a86181689ef0 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:40:14 +0200 Subject: [PATCH 32/33] Update patterns/footer-newsletter.php Co-authored-by: Juan Aldasoro --- patterns/footer-newsletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index 7550d66b..a269c38a 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -33,7 +33,7 @@
- +

Designed with WordPress

From 2702493194b7778607d077a09197c8bfced1da93 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Thu, 22 Aug 2024 15:40:31 +0200 Subject: [PATCH 33/33] Update patterns/footer-newsletter.php Co-authored-by: Juan Aldasoro --- patterns/footer-newsletter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/footer-newsletter.php b/patterns/footer-newsletter.php index a269c38a..d0b597dc 100644 --- a/patterns/footer-newsletter.php +++ b/patterns/footer-newsletter.php @@ -34,7 +34,7 @@
-

Designed with WordPress

+

Designed with WordPress