small fixes and better ui and performance

This commit is contained in:
ngn
2023-07-13 00:58:55 +03:00
parent 6bde08cf67
commit f7f008cc89
17 changed files with 1095 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ import marked from "marked"
export default {
head() {
return {
title: "[ngn] | " + this.post.title,
title: "[ngn] | blog",
meta: [
{
hid: "description",
@@ -82,8 +82,9 @@ p {
.markdown-body {
font-size: 25px;
padding: 50px;
border-radius: 15px;
background-color: var(--dark-three);
border-radius: 10px;
background-color: var(--dark-two);
box-shadow: var(--def-shadow);
}
</style>

View File

@@ -45,7 +45,7 @@
</div>
<Logout v-if="logged" />
<div class="version">
<p>v2.5</p>
<p>v2.6</p>
</div>
</div>
</template>