mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 16:36:20 +01:00
web/html: change og:type to article
This commit is contained in:
parent
25a33a4ea2
commit
7f94c73e6a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="viewport-fit=cover, width=device-width, height=device-height, initial-scale=1, maximum-scale=1">
|
||||
|
||||
%sveltekit.head%
|
||||
<meta name="og:type" content="website">
|
||||
<meta name="og:type" content="article">
|
||||
<meta name="twitter:card" content="summary">
|
||||
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
|
Loading…
Reference in a new issue