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 6df91cc Fix style
6df91cc is described below
commit 6df91cce6832668c1848683ff26144497519ccc1
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Mar 15 17:42:01 2021 -0700
Fix style
---
site/.vuepress/theme/layouts/IndexPost.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/.vuepress/theme/layouts/IndexPost.vue
b/site/.vuepress/theme/layouts/IndexPost.vue
index 4976fa4..2a55aae 100644
--- a/site/.vuepress/theme/layouts/IndexPost.vue
+++ b/site/.vuepress/theme/layouts/IndexPost.vue
@@ -38,7 +38,7 @@
itemscope
itemtype="https://schema.org/BlogPosting"
>
- <h3><NavLink :link="page.path">{{ page.title }}</NavLink> · <small>{{
resolvePostDate(page.frontmatter.date) }}</small></h3>
+ <h3><NavLink :link="page.path">{{ page.title }}</NavLink><small> · {{
resolvePostDate(page.frontmatter.date) }}</small></h3>
</article>
</div>
<slot name="bottom" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]