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 bbea489 commit c64a152Copy full SHA for c64a152
theme/index.hbs
@@ -20,6 +20,16 @@
20
<meta name="viewport" content="width=device-width, initial-scale=1">
21
<meta name="theme-color" content="#ffffff" />
22
23
+ <!-- Open Graph tags-->
24
+ <meta name="og:site_name" content="summary" />
25
+ <meta name="og:image" content="https://gbdev.io/pandocs/favicon.png" />
26
+ <meta name="og:title" content="{{ title }}" />
27
+ <meta name="og:description" content="{{ description }}" />
28
+
29
+ <!-- Twitter meta tags -->
30
+ <meta name="twitter:card" content="summary" />
31
+ <meta name="twitter:site" content="@gbdev0" />
32
33
{{#if favicon_svg}}
34
<link rel="icon" href="{{ path_to_root }}favicon.svg">
35
{{/if}}
0 commit comments