fix: head

This commit is contained in:
Julien Calixte
2026-02-14 19:48:41 +01:00
parent f92f5f4adf
commit 5ab074ab5f
2 changed files with 4 additions and 11 deletions

View File

@@ -183,13 +183,6 @@ $header-height: 40px;
flex-direction: column;
align-items: center;
.repo-header {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
.title {
margin-bottom: 0;
}

View File

@@ -120,11 +120,11 @@ watch(
>{{ title }}</a
>
</div>
<span class="badge" v-if="publishedAt">{{ publishedAt }}</span>
<span class="badge badge-accent badge-author" v-if="author">
{{ author.alias }}</span
>
<span class="badge badge-author" v-if="author">
{{ author.alias }}
<span v-if="publishedAt">&nbsp;&nbsp;{{ publishedAt }}</span>
</span>
<article class="note-display" v-html="content"></article>
<router-link
:to="{ name: 'Home' }"