From 05c460319df2c0c37b7a1a8d6f255eecfc38c6c7 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 26 Aug 2022 14:15:17 +0200 Subject: [PATCH 01/12] Update archive, blog alternative --- templates/archive.html | 4 ++-- templates/blog-alternative.html | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/archive.html b/templates/archive.html index f647be5..cb04f5a 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,9 +1,9 @@ - +
- +
diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html index 7472822..a536942 100644 --- a/templates/blog-alternative.html +++ b/templates/blog-alternative.html @@ -1,10 +1,9 @@ - +
- - +
From 29d2468fd624e42405fb9260ad1c890b50143e25 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Fri, 26 Aug 2022 14:32:55 +0200 Subject: [PATCH 02/12] Update blog-alternative.html --- templates/blog-alternative.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html index a536942..dc83de5 100644 --- a/templates/blog-alternative.html +++ b/templates/blog-alternative.html @@ -2,7 +2,7 @@
- +
From 290c30cbdd280f98205df61d30573542addd3069 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 15:39:04 +0100 Subject: [PATCH 03/12] Update 404 template --- templates/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/404.html b/templates/404.html index 6cefb7e..2f9f899 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,7 +1,7 @@ -
+
From 501b6b70e3e7abf8d9dccb022243f49def440b03 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 15:43:07 +0100 Subject: [PATCH 04/12] Update header and footer --- parts/header.html | 2 +- patterns/footer-default.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/header.html b/parts/header.html index 9ab4578..dec7c73 100644 --- a/parts/header.html +++ b/parts/header.html @@ -1,4 +1,4 @@ - +
diff --git a/patterns/footer-default.php b/patterns/footer-default.php index 404d523..9ff606a 100644 --- a/patterns/footer-default.php +++ b/patterns/footer-default.php @@ -6,7 +6,7 @@ * Block Types: core/template-part/footer */ ?> - +
From 4fec848cf3de165a9979fb52c5182100010f1e0d Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 15:45:15 +0100 Subject: [PATCH 05/12] Update blank template --- templates/blank.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blank.html b/templates/blank.html index 3fed9dc..3d3bd7c 100644 --- a/templates/blank.html +++ b/templates/blank.html @@ -1 +1 @@ - + From 5b2278079f1fe151bc420a4670b3f4577656b3f6 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 15:47:09 +0100 Subject: [PATCH 06/12] Update home, index, page templates --- templates/home.html | 10 +++++----- templates/index.html | 2 +- templates/page.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/home.html b/templates/home.html index ee19e4e..252f7eb 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,17 +1,17 @@ - +
- +

Mindblown: a blog about philosophy.

- - + +
@@ -30,7 +30,7 @@

- +

diff --git a/templates/index.html b/templates/index.html index 753bc86..5d4558d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ - +
diff --git a/templates/page.html b/templates/page.html index 5b90195..bf6dee0 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,14 +2,14 @@
- +
- + From 03132fd6547a5da969b98048cb6043f5be611659 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 15:49:52 +0100 Subject: [PATCH 07/12] Update single and comments --- parts/comments.html | 2 +- templates/single.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/comments.html b/parts/comments.html index 76c0425..da4b47f 100644 --- a/parts/comments.html +++ b/parts/comments.html @@ -1,4 +1,4 @@ - +
diff --git a/templates/single.html b/templates/single.html index 3686c3b..934e9ec 100644 --- a/templates/single.html +++ b/templates/single.html @@ -2,16 +2,16 @@
- +
- + - +

From d225223ed907428dc9cefb5020cece915cc268d1 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 15:55:34 +0100 Subject: [PATCH 08/12] Update search template --- templates/search.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/search.html b/templates/search.html index 10cbeeb..075a450 100644 --- a/templates/search.html +++ b/templates/search.html @@ -1,9 +1,9 @@ - +
- +
From a0feb47c67bc7d0f11461068c0fee01d88734ad3 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 17:48:28 +0100 Subject: [PATCH 09/12] Fix changes after merging trunk --- templates/blog-alternative.html | 1 + templates/home.html | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html index dc83de5..649ee1d 100644 --- a/templates/blog-alternative.html +++ b/templates/blog-alternative.html @@ -3,6 +3,7 @@
+
diff --git a/templates/home.html b/templates/home.html index 06aad76..314c14e 100644 --- a/templates/home.html +++ b/templates/home.html @@ -12,16 +12,15 @@

-
- - - + + +
From da6a0167ff5b9df990f3afb17bf5e60c2f80dbeb Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 17:51:33 +0100 Subject: [PATCH 10/12] Fix indentation in home template --- templates/home.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/home.html b/templates/home.html index 314c14e..a3cb768 100644 --- a/templates/home.html +++ b/templates/home.html @@ -18,9 +18,9 @@

- - - + + +

From d675c85b89d2ed70d6faffeb510177f0eea06466 Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 17:58:12 +0100 Subject: [PATCH 11/12] Update spacing preset for author biography --- templates/blog-alternative.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html index 649ee1d..9197a0b 100644 --- a/templates/blog-alternative.html +++ b/templates/blog-alternative.html @@ -2,7 +2,7 @@
- +
From dec1e693b09f9e36bdb2fa6234639be401ed7c7a Mon Sep 17 00:00:00 2001 From: Sarah Norris Date: Tue, 30 Aug 2022 18:04:27 +0100 Subject: [PATCH 12/12] Revert spacing change --- templates/blog-alternative.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog-alternative.html b/templates/blog-alternative.html index 9197a0b..649ee1d 100644 --- a/templates/blog-alternative.html +++ b/templates/blog-alternative.html @@ -2,7 +2,7 @@
- +