|
|
|
|
@ -18,19 +18,21 @@ |
|
|
|
|
<meta name="description" content="{% block description %}Онлайн-курсы LilCity{% endblock description%}"> |
|
|
|
|
<!--Twitter Card data--> |
|
|
|
|
<meta name="twitter:card" content="summary"> |
|
|
|
|
<meta name="twitter:site" content="@publisher_handle"> |
|
|
|
|
<meta name="twitter:title" content="Page Title"> |
|
|
|
|
<meta name="twitter:description" content="Page description less than 200 characters"> |
|
|
|
|
<meta name="twitter:creator" content="@author_handle"> |
|
|
|
|
<meta name="twitter:image" content="http://www.example.com/image.jpg"> |
|
|
|
|
<meta name="twitter:site" content="{% block twurl %}{{ request.build_absolute_uri }}{% endblock twurl %}"> |
|
|
|
|
{% comment %} <meta name="twitter:title" content="{% block twtitle %}Онлайн-курсы LilCity{% endblock twtitle %}"> {% endcomment %} |
|
|
|
|
{% comment %} <meta name="twitter:description" content="{% block twdescription %}Онлайн-курсы LilCity{% endblock twdescription %}"> {% endcomment %} |
|
|
|
|
{% comment %} <meta name="twitter:creator" content="@author_handle"> {% endcomment %} |
|
|
|
|
{% comment %} <meta name="twitter:image" content="{% block twimage %}{{ request.build_absolute_uri }}{% static 'img/video-1.jpg' %}{% endblock twimage %}"> {% endcomment %} |
|
|
|
|
<!--Open Graph data--> |
|
|
|
|
<meta property="og:title" content="Title Here"> |
|
|
|
|
<meta property="og:type" content="article"> |
|
|
|
|
<meta property="og:url" content="http://www.example.com/"> |
|
|
|
|
<meta property="og:image" content="http://example.com/image.jpg"> |
|
|
|
|
<meta property="og:description" content="Description Here"> |
|
|
|
|
<meta property="og:site_name" content="Site Name, i.e. Moz"> |
|
|
|
|
<meta property="fb:admins" content="Facebook numeric ID"> |
|
|
|
|
<meta property="og:title" content="{% block ogtitle %}Онлайн-курсы LilCity{% endblock ogtitle %}"> |
|
|
|
|
{% comment %} <meta property="og:type" content="article"> {% endcomment %} |
|
|
|
|
<meta property="og:url" content="{% block ogurl %}{{ request.build_absolute_uri }}{% endblock ogurl %}"> |
|
|
|
|
<meta property="og:image" content="{% block ogimage %}{{ request.build_absolute_uri }}{% static 'img/video-1.jpg' %}{% endblock ogimage %}"> |
|
|
|
|
<meta property="og:description" content="{% block ogdescription %}Онлайн-курсы LilCity{% endblock ogdescription %}"> |
|
|
|
|
<meta property="og:site_name" content="Онлайн-курсы LilCity"> |
|
|
|
|
<meta property="og:locale" content="ru_RU"> |
|
|
|
|
{% comment %} <meta property="fb:admins" content="Facebook numeric ID"> {% endcomment %} |
|
|
|
|
|
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token }}"> |
|
|
|
|
<link rel="stylesheet" media="all" href={% static "app.css" %}> |
|
|
|
|
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.ico' %}"/> |
|
|
|
|
|