|
@@ -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">
|