first
This commit is contained in:
parent
0cc86e9eac
commit
6135d2376d
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
<head>
|
<head>
|
||||||
<meta property="og:title" content="{{ article.title }}" />
|
<meta property="og:title" content="{{ article.title }}" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" itemprop="image" content="../../../static/img/articles/{{ article.thumbnail | safe }}" />
|
<meta property="og:image" itemprop="image" content="/static/img/articles/{{ article.thumbnail | safe }}" />
|
||||||
<meta property="og:image:type" content="image/png" />
|
<meta property="og:image:type" content="image/png" />
|
||||||
<meta property="og:image:width" content="400" />
|
<meta property="og:image:width" content="400" />
|
||||||
<meta property="og:image:height" content="300" />
|
<meta property="og:image:height" content="300" />
|
||||||
<meta property="og:url" content="https://moneroj.net/article/{{ article.url }}"/>
|
<meta property="og:url" content="https://moneroj.net/article/{{ article.url }}"/>
|
||||||
<meta property="og:description" content="{{ article.subtitle }}" />
|
<meta property="og:description" content="{{ article.subtitle }}" />
|
||||||
|
|
||||||
<link href="{% static 'css/style.css' %}" rel="stylesheet">
|
<link href="{% static 'css/style.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'img/favicon.png' %}" rel="icon">
|
<link href="{% static 'img/favicon.png' %}" rel="icon">
|
||||||
<link href="{% static 'img/apple-touch-icon.png' %}" rel="apple-touch-icon">
|
<link href="{% static 'img/apple-touch-icon.png' %}" rel="apple-touch-icon">
|
||||||
|
|
Loading…
Reference in a new issue