Skip to content

Commit

Permalink
refactor: html header title "Boogle"로 통일
Browse files Browse the repository at this point in the history
  - 기본 템플릿 형식으로 돼있던 title(브라우저 탭에 표시되는 이름)을 전부 Boogle로 수정했습니다.
  • Loading branch information
GBGreenBravo committed Nov 21, 2023
1 parent f3216a7 commit 094ff4e
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 8 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/book/admin/book-create.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Font Awesome 스타일시트 추가 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<title>Boogle</title>
<link href="./../../css/styles.css" rel="stylesheet" />
<!-- 추가적인 CSS 스타일 추가 -->
<style>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/book/admin/book-update.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Font Awesome 스타일시트 추가 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<title>Boogle</title>
<link href="./../../css/styles.css" rel="stylesheet" />
<!-- 추가적인 CSS 스타일 추가 -->
<style>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/book/admin/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<!-- Font Awesome 스타일시트 추가 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<title>Boogle</title>
<link href="./../../css/styles.css" rel="stylesheet" />

<!-- 추가적인 CSS 스타일 추가 -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/book/book-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Blog Home - Start Bootstrap Template</title>
<title>Boogle</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link href="css/styles.css" rel="stylesheet" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/book/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Blog Home - Start Bootstrap Template</title>
<title>Boogle</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link href="css/styles.css" rel="stylesheet" />
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Font Awesome 스타일시트 추가 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<title>Boogle</title>
<link href="./../../css/styles.css" rel="stylesheet" />
<!-- 추가적인 CSS 스타일 추가 -->
<style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<title>Boogle</title>
<link href="./../../css/styles.css" rel="stylesheet" />
<style>
body {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Write a Book Review - Start Bootstrap Template</title>
<title>Boogle</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Core theme CSS (includes Bootstrap)-->
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Boogle Login</title>
<title>Boogle</title>
<link rel="icon" type="image/x-icon" th:href="@{/assets/favicon.ico}" />
<link th:href="@{/css/styles.css}" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/mypage/bookReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Blog Home - Start Bootstrap Template</title>
<title>Boogle</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link href="../css/styles.css" rel="stylesheet" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/mypage/communityReply.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Blog Home - Start Bootstrap Template</title>
<title>Boogle</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link href="../css/styles.css" rel="stylesheet" />
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/mypage/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content=""/>
<meta name="author" content=""/>
<title>Blog Home - Start Bootstrap Template</title>
<title>Boogle</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
<link href="../css/styles.css" rel="stylesheet"/>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
layout:decorate="~{layout/basic.html}">
<head>
<meta charset="UTF-8">
<title>Title</title>
<title>Boogle</title>
<script layout:fragment="script" th:inline="javascript">
const auth = [[${#authentication.principal}]]
const errors = [[${errors}]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<!-- Font Awesome 스타일시트 추가 -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css">
<title>Boogle</title>
<link href="./../../css/styles.css" rel="stylesheet" />

<!-- 추가적인 CSS 스타일 추가 -->
Expand Down

0 comments on commit 094ff4e

Please sign in to comment.