We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8952b53 commit c89bed4Copy full SHA for c89bed4
docs/web/theme/base.html
@@ -11,6 +11,8 @@
11
<meta http-equiv="X-UA-Compatible" content="IE=edge">
12
<meta name="viewport" content="width=device-width, initial-scale=1.0">
13
14
+ <meta name="theme-color" content="#338033">
15
+ <meta name="theme-color" content="#338033" media="(prefers-color-scheme: dark)">
16
<meta property="og:image" content="{{ 'images/image-facebook.jpg'|url }}">
17
<meta property="og:image:type" content="image/jpeg">
18
<meta property="og:image:width" content="1080">
0 commit comments