Skip to content

Commit

Permalink
cleans up film links
Browse files Browse the repository at this point in the history
  • Loading branch information
eliduke committed Mar 11, 2024
1 parent f2a8a4b commit 62379ba
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions _layouts/film.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ <h3>{{page.released | date: '%-d %B %Y'}}</h3>
<div class="col-sm-4">
<img class="img-responsive" src="{{site.assets}}/images/{{page.permalink}}.jpg">
<p class="film-links">
<a href="{{site.assets}}/audios/{{page.permalink}}.mp3" target="_blank">
MP3 link
</a>
<a href="{{site.assets}}/audios/{{page.permalink}}.mp3" target="_blank">MP3 link</a>
<a href="https://www.themoviedb.org/movie/{{page.tmdb-id}}" target="_blank">
TMDB
</a>
<a href="https://www.themoviedb.org/movie/{{page.tmdb-id}}" target="_blank">TMDB</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 62379ba

Please sign in to comment.