Browse Source

og:image voodoo to hopefully remove whatsapp curse

master
The Dod 1 year ago
parent
commit
201fe82a5e
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      templates/index.html

+ 2
- 1
templates/index.html View File

@@ -6,7 +6,8 @@
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1">
7 7
     <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
8 8
     <link rel="stylesheet" href="{{ url_for('static', filename='css') }}/bootstrap{% if is_rtl %}-rtl{% endif %}.min.css">
9
-    <meta property="og:image" content="{{og_image|default(url_for('static', filename='hashtag.png', _external=True))}}">
9
+    <meta property="og:image" itemprop="image" content="{{og_image|default(url_for('static', filename='hashtag.png', _external=True))}}">
10
+    <meta property="og:type" content="website" />
10 11
   </head>
11 12
   <body>
12 13
     <div class="container">

Loading…
Cancel
Save