Utilisation de lesson.content au lieu de lesson.description pour le bloc description dans le template des leçons.
This commit is contained in:
parent
6a5284f27f
commit
f1ce9cd218
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<link rel="canonical" href="{% block canonical %}{{ request.build_absolute_uri }}{% endblock %}">
|
||||
|
||||
<meta property="og:title" content="{% block og_title %}{{ self.title }}{% endblock %}">
|
||||
<meta property="og:description" content="{% block og_description %}Apprendre le développement web et la programmation.{% endblock %}">
|
||||
<meta property="og:description" content="{% block description %}Apprendre le développement web et la programmation.{% endblock %}">
|
||||
<meta property="og:image" content="{% block og_image %}{% endblock %}">
|
||||
<meta property="og:url" content="{{ request.build_absolute_uri }}">
|
||||
<meta property="og:type" content="website">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue