From b9213d854ef25da20d4c8b783cdda180d873df81 Mon Sep 17 00:00:00 2001 From: Sam Toohey Date: Thu, 30 May 2024 16:50:30 +1000 Subject: [PATCH 1/2] Update Fix Rebased from PR 145, to resolve issues for the 404 template as suggested my MC as well as resolving accidental push onto the existing #145 branch this resolves both #144 and #145 --- poetry/parts/secondary-header.html | 21 ++++++++++++++++++ poetry/templates/404.html | 34 +++++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 poetry/parts/secondary-header.html diff --git a/poetry/parts/secondary-header.html b/poetry/parts/secondary-header.html new file mode 100644 index 00000000..d2ae1962 --- /dev/null +++ b/poetry/parts/secondary-header.html @@ -0,0 +1,21 @@ + +
+ +
+ +
+ + + +
+ +

Alas, where words once wandered

+ +
+ +
+ +
+ +
+ \ No newline at end of file diff --git a/poetry/templates/404.html b/poetry/templates/404.html index 16c366f1..41b968ce 100644 --- a/poetry/templates/404.html +++ b/poetry/templates/404.html @@ -1,3 +1,34 @@ +<<<<<<< HEAD + +
+ +
+ +
+ + + +
+

Alas,
where words once wandered

+ +
+ +
+ +
+ +
+ + + +
+
It looks like nothing was found at this location. Try a search.
+ + + +
+ +======= @@ -10,4 +41,5 @@

404
Not found

- \ No newline at end of file + +>>>>>>> dfce47d (Creates template files for Poetrye's search and 404 pages (#141)) From 01cf8760989845bdac04b2c857b5eb9c1867d360 Mon Sep 17 00:00:00 2001 From: Sam Toohey Date: Wed, 26 Jun 2024 14:22:55 +1000 Subject: [PATCH 2/2] Update 404.html Using the GH CLI I think I have resolved the conflicts here. --- poetry/templates/404.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/poetry/templates/404.html b/poetry/templates/404.html index 41b968ce..a8645eea 100644 --- a/poetry/templates/404.html +++ b/poetry/templates/404.html @@ -1,4 +1,3 @@ -<<<<<<< HEAD
@@ -28,18 +27,3 @@
It looks like nothing was found at this location. T
-======= - - - -
-

404
Not found

- - - -

The server could not find the requested page.

-
- - - ->>>>>>> dfce47d (Creates template files for Poetrye's search and 404 pages (#141))