From 4d86cc0e41e312591c412c13911ab226012aadf6 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:41:27 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6?= =?UTF-8?q?=E3=83=88=E7=AD=89=E3=82=92=E7=B5=B1=E4=B8=80=E3=81=97=E3=80=81?= =?UTF-8?q?=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/fragments-post.html | 3 ++- .../resources/templates/homeTimeline.html | 4 +-- .../src/main/resources/templates/index.html | 10 +++---- .../src/main/resources/templates/layout.html | 27 +++++++++++++++++++ .../resources/templates/post-postForm.html | 4 ++- .../main/resources/templates/postById.html | 21 +++++---------- .../main/resources/templates/userById.html | 9 ++++--- 7 files changed, 51 insertions(+), 27 deletions(-) create mode 100644 hideout-core/src/main/resources/templates/layout.html diff --git a/hideout-core/src/main/resources/templates/fragments-post.html b/hideout-core/src/main/resources/templates/fragments-post.html index 3566d4ea..e55f55be 100644 --- a/hideout-core/src/main/resources/templates/fragments-post.html +++ b/hideout-core/src/main/resources/templates/fragments-post.html @@ -11,7 +11,8 @@
-

+
diff --git a/hideout-core/src/main/resources/templates/homeTimeline.html b/hideout-core/src/main/resources/templates/homeTimeline.html index 1a543ba7..c1f982ac 100644 --- a/hideout-core/src/main/resources/templates/homeTimeline.html +++ b/hideout-core/src/main/resources/templates/homeTimeline.html @@ -1,10 +1,10 @@ - + Title -
+
\ No newline at end of file diff --git a/hideout-core/src/main/resources/templates/index.html b/hideout-core/src/main/resources/templates/index.html index 5e571e05..06321a91 100644 --- a/hideout-core/src/main/resources/templates/index.html +++ b/hideout-core/src/main/resources/templates/index.html @@ -2,11 +2,11 @@ - Index - - - - + Index + + + +