Skip to content
Snippets Groups Projects
Commit 87a54649 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixing thumbnail in meta tags, closes #290

parent 629a61e7
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
{% block header %} {% block header %}
{{ super() }} {{ super() }}
<meta property="og:image" content="{{ config.VIDEOPREFIX }}/{{ lecture['titlefile'] }}" /> <meta property="og:image" content="{{ config.VIDEOPREFIX }}/thumbnail/l_{{lecture.id}}.jpg" />
<meta property="og:title" content="{{ course.title }}: {{ lecture.title}}" /> <meta property="og:title" content="{{ course.title }}: {{ lecture.title}}" />
<meta property="og:description" content="{{ lecture.comment }}" /> <meta property="og:description" content="{{ lecture.comment }}" />
{% endblock %} {% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment