aboutsummaryrefslogtreecommitdiffstats
path: root/includes/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/base.html')
-rw-r--r--includes/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/base.html b/includes/base.html
index 8db38ad..68a2c89 100644
--- a/includes/base.html
+++ b/includes/base.html
@@ -14,7 +14,7 @@
<title property="og:title" @text="title || metadata.title"></title>
<meta property="og:locale" :content="metadata.language">
<meta name="theme-color" :content="metadata.theme">
- <meta name="description" :property="og:description" :content="description || metadata.description">
+ <meta name="description" property="og:description" :content="description || metadata.description">
<meta property="og:url" :content="htmlBaseUrl(page.url, metadata.url)">
<link rel="canonical" :href="htmlBaseUrl(page.url, metadata.url)">
<meta property="og:site_name" :content="metadata.title">