We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent9e65af2 commit080073bCopy full SHA for 080073b
_layouts/game.html
@@ -91,8 +91,8 @@ <h2 id="trailers">Videos</h2>
91
{% for trailer in game.trailers %}
92
<p>
93
<strong>{{trailer.name}}</strong>
94
- {% if trailer.youtube %}<ahref="http://www.youtube.com/watch?v={{trailer.youtube}}">YouTube</a> {% endif %}
95
- {% if trailer.vimeo %}<ahref="http://www.vimeo.com/{{trailer.vimeo}}">Vimeo</a> {% endif %}
+ {% if trailer.youtube %}<ahref="https://youtu.be/{{trailer.youtube}}">https://youtu.be/{{trailer.youtube}}</a> {% endif %}
+ {% if trailer.vimeo %}<ahref="http://www.vimeo.com/{{trailer.vimeo}}">http://www.vimeo.com/{{trailer.vimeo}}</a> {% endif %}
96
{% if trailer.mov %}<ahref="{{base_url}}/trailers/{{trailer.mov}}">.mov</a> {% endif %}
97
{% if trailer.mp4 %}<ahref="{{base_url}}/trailers/{{trailer.mp4}}">.mp4</a> {% endif %}
98