From fc34d9853386b6dbf270a10862a47a052f1fb151 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 28 Jul 2024 20:00:49 -0400 Subject: code cleanup --- .../main/resources/templates/articles/edit.html | 15 ++-- .../src/main/resources/templates/articles/new.html | 94 +++++++++++----------- .../main/resources/templates/articles/show.html | 32 +++++--- 3 files changed, 80 insertions(+), 61 deletions(-) (limited to 'backend/src/main/resources/templates/articles') diff --git a/backend/src/main/resources/templates/articles/edit.html b/backend/src/main/resources/templates/articles/edit.html index f4faee9..d48bd14 100644 --- a/backend/src/main/resources/templates/articles/edit.html +++ b/backend/src/main/resources/templates/articles/edit.html @@ -7,7 +7,8 @@
-
+
@@ -21,7 +22,8 @@ name="title" th:field="*{title}" placeholder="Yep"> -

Please fill out this field.

+

Please + fill out this field.

@@ -49,12 +52,14 @@ name="content" th:field="*{content}" placeholder="Doe"> -

Please fill out this field.

+

+ Please fill out this field.

- + diff --git a/backend/src/main/resources/templates/articles/new.html b/backend/src/main/resources/templates/articles/new.html index f5924d6..fec6d6f 100644 --- a/backend/src/main/resources/templates/articles/new.html +++ b/backend/src/main/resources/templates/articles/new.html @@ -7,55 +7,59 @@
-
-
-
- - -

Please fill out this field.

+ +
+
+ + +

Please + fill out this field.

+
+
+ + +

+ Please fill out this field.

+
-
- - -

Please fill out this field.

+
+
+ + +

+ Please fill out this field.

+
-
-
-
- - -

Please fill out this field.

+
-
-
-
- + - +
diff --git a/backend/src/main/resources/templates/articles/show.html b/backend/src/main/resources/templates/articles/show.html index 206aaae..0912e8e 100644 --- a/backend/src/main/resources/templates/articles/show.html +++ b/backend/src/main/resources/templates/articles/show.html @@ -7,7 +7,6 @@ -

@@ -15,14 +14,16 @@
-
+
-
+
@@ -36,12 +37,17 @@

Subscribe to Ghostwind CSS

-

Get the latest posts delivered right to your inbox

+

Get the latest posts + delivered right to your inbox

- - + +
@@ -54,7 +60,9 @@ Avatar of Author

Ghostwind CSS

-

Tailwind CSS version of Ghost's Casper theme by TailwindToolbox.com

+

Tailwind CSS version of Ghost's Casper theme by TailwindToolbox.com

@@ -74,11 +82,13 @@ - + - - - + + + -- cgit v1.2.3