Skip to content

Commit 4bce477

Browse files
author
leijiankun
committed
U
1 parent fd99325 commit 4bce477

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/main/resources/static/css/bootstrap4-theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ blockquote {
7979
border-radius: 3px;
8080
}
8181

82+
h1.blog-post-title {
83+
font-weight: 500;
84+
}
85+
8286
.post-content h1 > a,
8387
.post-content h2 > a,
8488
.post-content h3 > a,

src/main/resources/templates/posts/archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<div layout:fragment="content">
10-
<h1 class="page-title text-center py-3">Posts Archive</h1>
10+
<h1 class="page-title text-center py-3">文章归档</h1>
1111

1212
<div class="post-archive">
1313
<div th:each="archive: ${posts}">

src/main/resources/templates/tags/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<div layout:fragment="content">
10-
<h1 class="page-title text-center py-3">Tags</h1>
10+
<h1 class="page-title text-center py-3">标签</h1>
1111

1212
<div class="tags">
1313
<button type="button" class="btn btn-outline-secondary"

0 commit comments

Comments
 (0)