|
|
|
|
@ -25,13 +25,13 @@ |
|
|
|
|
<meta name="twitter:image" content="http://www.example.com/image.jpg"> |
|
|
|
|
<!--Open Graph data--> |
|
|
|
|
<meta property="og:title" content="{% block ogtitle %}{% endblock ogtitle %}"> |
|
|
|
|
<meta property="og:type" content="article"> |
|
|
|
|
<meta property="og:url" content="{{ request.build_absolute_uri }}"> |
|
|
|
|
{% 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 %}{% static '/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"> |
|
|
|
|
<meta property="fb:admins" content="Facebook numeric ID"> |
|
|
|
|
{% 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" %}> |
|
|
|
|
|