Skip to content

Commit

Permalink
Merge pull request #49 from LKKTGB/fix_headline_video
Browse files Browse the repository at this point in the history
fix(backend): headline video unavailable error
  • Loading branch information
badboy99tw committed Sep 2, 2022
2 parents b6b2459 + 28a0839 commit c12b807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/backend/thiamsu/templates/thiamsu/base.html
Expand Up @@ -124,6 +124,7 @@ <h5>會員註冊或登入</h5>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://www.youtube.com/embed/{{ headline.youtube_id }}"
referrerpolicy="no-referrer-when-downgrade"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
Expand Down

0 comments on commit c12b807

Please sign in to comment.