Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
87a54649
Commit
87a54649
authored
May 06, 2017
by
Andreas Valder
Browse files
fixing thumbnail in meta tags, closes
#290
parent
629a61e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/lecture.html
View file @
87a54649
...
...
@@ -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 %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment