@ -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>
|
||||
|
Reference in New Issue
Block a user