fix meta title

This commit is contained in:
Evert Prants 2022-10-22 08:09:34 +03:00
parent b8bead679f
commit c487629f60
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<Head> <Head>
<Meta name="description" :content="preview" /> <Meta name="description" :content="preview" />
<Meta property="og:type" content="article" /> <Meta property="og:type" content="article" />
<Meta property="og:title" content="Self-hosting, Part 1" /> <Meta property="og:title" :content="post.title" />
<Meta <Meta
property="og:url" property="og:url"
:content="'https://lunasqu.ee/blog/' + post.fullSlug" :content="'https://lunasqu.ee/blog/' + post.fullSlug"