From ef53f97d600323dad77e9cd6e99ff4a7c74cb7e1 Mon Sep 17 00:00:00 2001 From: haerong22 Date: Fri, 19 Aug 2022 02:33:05 +0900 Subject: [PATCH] #16 board : add header menu(hashtags) --- board/src/main/resources/templates/header.html | 3 ++- board/src/main/resources/templates/header.th.xml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 board/src/main/resources/templates/header.th.xml diff --git a/board/src/main/resources/templates/header.html b/board/src/main/resources/templates/header.html index 54013b33..13fc8290 100644 --- a/board/src/main/resources/templates/header.html +++ b/board/src/main/resources/templates/header.html @@ -11,7 +11,8 @@
diff --git a/board/src/main/resources/templates/header.th.xml b/board/src/main/resources/templates/header.th.xml new file mode 100644 index 00000000..8aaf1f54 --- /dev/null +++ b/board/src/main/resources/templates/header.th.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file