This commit is contained in:
anon 2022-07-21 15:14:06 -03:00
parent 0cc86e9eac
commit 6135d2376d

View file

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