We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd4a7b commit cac9888Copy full SHA for cac9888
docs/index.md
@@ -26,8 +26,7 @@ import { data as posts } from './blog/blog.data.ts'
26
<p v-for="post of posts">
27
<a :href="post.url">{{ post.title }}</a>
28
<span style="font-size: 16px;"> by {{ post.author }} on {{ post.date.string }}</span>
29
- <br>
30
- <div style="font-size: 22px;">{{ post.excerpt }}</div>
+ <div style="font-size: 22px;"><br>{{ post.excerpt }}</div>
31
<hr>
32
</p>
33
</template>
0 commit comments