Add OG meta
This commit is contained in:
@@ -13,6 +13,13 @@
|
|||||||
></script>
|
></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="mock-email" content="admin@example.com">
|
<meta name="mock-email" content="admin@example.com">
|
||||||
|
|
||||||
|
<!-- og meta -->
|
||||||
|
<meta property="og:type" value="website" />
|
||||||
|
<meta property="og:url" value="https://lair.moe" />
|
||||||
|
<meta property="og:title" value="Lair.moe" />
|
||||||
|
<meta property="og:image" value="https://lair.moe/static/icon/lair.webp" />
|
||||||
|
<meta property="og:description" value="{{ _("description") }}" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% include 'header.tmpl' %}
|
{% include 'header.tmpl' %}
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ about host = About host
|
|||||||
contacts = Contacts
|
contacts = Contacts
|
||||||
donate = Donate
|
donate = Donate
|
||||||
|
|
||||||
|
description = Small personal site
|
||||||
|
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
altfronts = Altfronts
|
altfronts = Altfronts
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ about host = О хосте
|
|||||||
contacts = Контакты
|
contacts = Контакты
|
||||||
donate = Донат
|
donate = Донат
|
||||||
|
|
||||||
|
description = Небольшой личный сайт
|
||||||
|
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
altfronts = Альтфронты
|
altfronts = Альтфронты
|
||||||
|
|||||||
Reference in New Issue
Block a user