From dd48cf62c855ba46d4470a377c6bcb1f5e4ec627 Mon Sep 17 00:00:00 2001 From: Maggie Date: Tue, 30 Apr 2024 01:18:48 -0700 Subject: [PATCH] Poetry: fix index template (#152) * refactor pattern so it only has the query block, fixed header and footer * renamed pattern * fix id of image * aligned posts to the left * make right group block fill space * restore lock file * used get_template_directory_uri --- poetry/patterns/{index.php => posts.php} | 24 ++++++++++++------------ poetry/templates/index.html | 6 +++++- 2 files changed, 17 insertions(+), 13 deletions(-) rename poetry/patterns/{index.php => posts.php} (66%) diff --git a/poetry/patterns/index.php b/poetry/patterns/posts.php similarity index 66% rename from poetry/patterns/index.php rename to poetry/patterns/posts.php index e97795c2..08a2c8c0 100644 --- a/poetry/patterns/index.php +++ b/poetry/patterns/posts.php @@ -1,24 +1,25 @@ - - +
-
-
+
+
+ +
-
-
+
+
@@ -33,6 +34,7 @@
+
@@ -41,5 +43,3 @@
- - \ No newline at end of file diff --git a/poetry/templates/index.html b/poetry/templates/index.html index 36cc8ea3..1820b7b0 100644 --- a/poetry/templates/index.html +++ b/poetry/templates/index.html @@ -1 +1,5 @@ - \ No newline at end of file + + + + + \ No newline at end of file