Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
9e5a196c
Commit
9e5a196c
authored
Dec 25, 2013
by
fred
Browse files
add opengraph metadata for attached podcast
parent
8e22b381
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/episode_detail.html
View file @
9e5a196c
...
...
@@ -12,6 +12,10 @@
{% if episode.subtitle %}
<meta
property=
"og:description"
content=
"{{ episode.subtitle }}"
/>
{% endif %}
{% if episode.main_sound %}
<meta
property=
"og:audio"
content=
"{{ episode.main_sound|format_url:'ogg' }}"
/>
<meta
property=
"og:audio:type"
content=
"audio/ogg"
/>
{% endif %}
{% endblock %}
{% block related %}
...
...
Write
Preview
Markdown
is supported
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