diff options
author | 2025-06-29 23:53:17 +0530 | |
---|---|---|
committer | 2025-06-29 23:53:17 +0530 | |
commit | add33bca5f4eb55e29d8898d9744ff89924e1c61 (patch) | |
tree | 6222db33c6c82229d0b19b75ff995334a8518db7 /includes | |
parent | Improved prism theme (diff) | |
download | sudomsg-main.tar sudomsg-main.tar.gz sudomsg-main.tar.bz2 sudomsg-main.tar.lz sudomsg-main.tar.xz sudomsg-main.tar.zst sudomsg-main.zip |
Diffstat (limited to 'includes')
-rw-r--r-- | includes/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/base.html b/includes/base.html index 7aabdf5..8db38ad 100644 --- a/includes/base.html +++ b/includes/base.html @@ -19,6 +19,7 @@ <link rel="canonical" :href="htmlBaseUrl(page.url, metadata.url)"> <meta property="og:site_name" :content="metadata.title"> <meta name="author" :content="metadata.author.name"> + <meta property="og:image" content="/favicon.svg"> <meta property="og:type" content="website"> <meta name="twitter:card" content="summary"> <link rel="alternate" href="/atom.xml" type="application/atom+xml" :title="metadata.title"> |