Fix zoomout on safari
This commit is contained in:
parent
a8cba40a45
commit
d5ef2a15d1
1 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<meta name="theme-color" content="#faebff" />
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
|
@ -24,14 +24,17 @@
|
|||
|
||||
<!-- Meta -->
|
||||
<title>Moonythm | {{title}}</title>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<meta property="og:site_name" content="Moonythm" />
|
||||
<meta property="og:title" content="{{title}}" />
|
||||
<meta property="twitter:title" content="{{title}}" />
|
||||
<meta property="og:description" content="{{description}}" />
|
||||
<meta property="twitter:description" content="{{description}}" />
|
||||
<meta property="og:url" content="{{url}}" />
|
||||
<meta name="fediverse:creator" content="@prescientmoon@social.moonythm.dev" />
|
||||
<meta
|
||||
name="fediverse:creator"
|
||||
content="@prescientmoon@social.moonythm.dev"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue