another one
This commit is contained in:
parent
c4d68d50ac
commit
0cc86e9eac
2 changed files with 9 additions and 13 deletions
|
@ -2,14 +2,6 @@
|
||||||
{% block header %}
|
{% block header %}
|
||||||
|
|
||||||
<title>{{ article.title }}</title>
|
<title>{{ article.title }}</title>
|
||||||
<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:width" content="400" />
|
|
||||||
<meta property="og:image:height" content="300" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:url" content="https://moneroj.net/article/{{ article.url }}"/>
|
|
||||||
<meta property="og:title" content="{{ article.title }}" />
|
|
||||||
<meta property="og:description" content="{{ article.subtitle }}" />
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
|
|
|
@ -3,11 +3,15 @@
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta property="og:title" content="{{ article.title }}" />
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
<meta property="og:type" content="website" />
|
||||||
<meta name="description" content="Your information source about Monero, with metrics, charts, stats and articles.">
|
<meta property="og:image" itemprop="image" content="../../../static/img/articles/{{ article.thumbnail | safe }}" />
|
||||||
<meta name="author" content="CryptoMorpheus_">
|
<meta property="og:image:type" content="image/png" />
|
||||||
|
<meta property="og:image:width" content="400" />
|
||||||
|
<meta property="og:image:height" content="300" />
|
||||||
|
<meta property="og:url" content="https://moneroj.net/article/{{ article.url }}"/>
|
||||||
|
<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