Skip to content

Commit 59d6d94

Browse files
Update index.md
1 parent fe31d0d commit 59d6d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ import { data as posts } from './blog/blog.data.js'
2626
<ul>
2727
<li v-for="post of posts">
2828
<a :href="post.url">{{ post.frontmatter.title }}</a>
29-
<span>by {{ post.frontmatter.author }}</span>
29+
<span style="font-size: 16px;"> by {{ post.frontmatter.author }}</span>
30+
<br>
3031
<span>{{ post.frontmatter.desc }}</span>
3132
</li>
3233
</ul>

0 commit comments

Comments
 (0)