mirror of
https://github.com/fmhy/edit.git
synced 2026-01-26 22:01:55 +11:00
fix(posts): remove blank space on posts
Closes WEB-15
This commit is contained in:
parent
2d16b158cb
commit
f10abe9816
15 changed files with 62 additions and 24 deletions
|
|
@ -18,12 +18,7 @@ const { frontmatter } = useData()
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<h3>
|
||||
{{ frontmatter.title }}
|
||||
</h3>
|
||||
|
||||
<span>
|
||||
{{ frontmatter.description }} • {{ formatDate(frontmatter.date) }}
|
||||
</span>
|
||||
<h1>{{ frontmatter.title }}</h1>
|
||||
<div>{{ frontmatter.description }} • {{ formatDate(frontmatter.date) }}</div>
|
||||
<Authors :authors="props.authors" />
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue