From fa2895f08a657d6043a6bfcfcd03db62f55b24a8 Mon Sep 17 00:00:00 2001 From: haerong22 Date: Mon, 15 Aug 2022 04:05:00 +0900 Subject: [PATCH] #16 board : article detail page impl --- .../resources/templates/articles/detail.html | 30 +++++++++++-------- .../templates/articles/detail.th.xml | 17 +++++++++++ 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/board/src/main/resources/templates/articles/detail.html b/board/src/main/resources/templates/articles/detail.html index 527590e0..c291651b 100644 --- a/board/src/main/resources/templates/articles/detail.html +++ b/board/src/main/resources/templates/articles/detail.html @@ -12,25 +12,28 @@ - + -
-
+
+

첫번째 글

-
-

본문

+
+
본문

@@ -47,11 +50,11 @@ -
    +
    • - Bobby +

      Lorem ipsum dolor sit amet, consectetur adipiscing elit.
      Lorem ipsum dolor sit amet @@ -92,7 +95,10 @@

-
+
+
+ 푸터 +
diff --git a/board/src/main/resources/templates/articles/detail.th.xml b/board/src/main/resources/templates/articles/detail.th.xml index bbfb3414..6d5e9a28 100644 --- a/board/src/main/resources/templates/articles/detail.th.xml +++ b/board/src/main/resources/templates/articles/detail.th.xml @@ -2,4 +2,21 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file