File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 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} ">
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments