This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0c6634d Fix margin between blog header and content
0c6634d is described below
commit 0c6634d6c92c747fd6d26462f1dcda5c45d771c5
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Mar 16 16:59:11 2021 -0700
Fix margin between blog header and content
---
site/.vuepress/theme/layouts/IndexPost.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/site/.vuepress/theme/layouts/IndexPost.vue
b/site/.vuepress/theme/layouts/IndexPost.vue
index 2a55aae..e38ed80 100644
--- a/site/.vuepress/theme/layouts/IndexPost.vue
+++ b/site/.vuepress/theme/layouts/IndexPost.vue
@@ -30,6 +30,7 @@
<slot name="top" />
<div id="base-list-layout" class="theme-default-content">
<h1>Blog</h1>
+ <p>
<article
v-for="page in pages"
:key="page.key"
@@ -40,6 +41,7 @@
>
<h3><NavLink :link="page.path">{{ page.title }}</NavLink><small> ยท {{
resolvePostDate(page.frontmatter.date) }}</small></h3>
</article>
+ </p>
</div>
<slot name="bottom" />
<div class="footer">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]