We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f077e commit b9bd313Copy full SHA for b9bd313
README.md
@@ -118,3 +118,7 @@ theme: fluid
118
## 开源协议
119
120
[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
@@ -27,7 +27,7 @@ var banner_img_height = page.banner_img_height || theme.index.banner_img_height
27
28
<% if(is_post()) { %>
29
<br>
30
- <p><%- full_date(page.date, theme.post.date_format) %></p>
+ <p class="mt-3"><%- full_date(page.date, theme.post.date_format) %></p>
31
<% } %>
32
</div>
33
0 commit comments