Added k3s page.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-09 15:38:19 +04:00
parent f25752b927
commit 68dcb8da74
16 changed files with 1345 additions and 88 deletions

View File

@ -44,10 +44,16 @@ export default defineComponent({
]
if (doc.image) {
meta_data.push({
hid: 'og:description',
name: 'og:description',
hid: 'og:image',
name: 'og:image',
content: doc.image,
})
} else {
meta_data.push({
hid: 'og:image',
name: 'og:image',
content: 'https://s3rius.blog/logo.png',
})
}
meta.value = meta_data
})
@ -83,7 +89,7 @@ export default defineComponent({
font-weight: 300;
letter-spacing: -0.01em;
color: rgba(0, 0, 0, 0.54);
margin: 1em 0.5em;
margin: 1em 0;
}
h1 {
@ -139,5 +145,10 @@ export default defineComponent({
margin-bottom: 0.5em !important;
margin-left: 1.25em !important;
}
table {
display: inline-block;
overflow: auto;
}
}
</style>