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
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
{% block header %}
{{ 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:description" content="{{ lecture.comment }}" />
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment