Skip to content

Commit cac9888

Browse files
Update index.md
1 parent ddd4a7b commit cac9888

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import { data as posts } from './blog/blog.data.ts'
2626
<p v-for="post of posts">
2727
<a :href="post.url">{{ post.title }}</a>
2828
<span style="font-size: 16px;"> by {{ post.author }} on {{ post.date.string }}</span>
29-
<br>
30-
<div style="font-size: 22px;">{{ post.excerpt }}</div>
29+
<div style="font-size: 22px;"><br>{{ post.excerpt }}</div>
3130
<hr>
3231
</p>
3332
</template>

0 commit comments

Comments
 (0)