Skip to content

Commit

Permalink
newest-video: Do not hardcode thumbnail in layout
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
  • Loading branch information
Norbert Kamiński committed Aug 10, 2023
1 parent 18a0acc commit da7ef5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/3mbed/layouts/_default/newest-video.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
{{ with .Params.thumbnail }}
{{ if .enable }}
{{ $image := resources.Get "images/newest-video/why-fight-for-freedom.png" }}
{{ $image := resources.Get .img }}
<div class="container">
<div class="row">
<div class="col-md-10 mx-auto">
Expand Down

0 comments on commit da7ef5a

Please sign in to comment.