Skip to content

Commit b9bd313

Browse files
committed
💄 调整文章标题与日期的间隔
1 parent 60f077e commit b9bd313

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ theme: fluid
118118
## 开源协议
119119

120120
[MIT](https://github.com/fluid-dev/hexo-theme-fluid/blob/master/LICENSE)
121+
122+
## 微信群
123+
124+
[查看微信群二维码](https://github.com/fluid-dev/hexo-theme-fluid/issues/96)

layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var banner_img_height = page.banner_img_height || theme.index.banner_img_height
2727

2828
<% if(is_post()) { %>
2929
<br>
30-
<p><%- full_date(page.date, theme.post.date_format) %></p>
30+
<p class="mt-3"><%- full_date(page.date, theme.post.date_format) %></p>
3131
<% } %>
3232
</div>
3333

0 commit comments

Comments
 (0)