Skip to content

Commit

Permalink
Merge branch 'main' into hugo-mod-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay authored Sep 8, 2024
2 parents 884b7b3 + 77288da commit 267007b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/assets/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{{ end }}

{{ $origin := $position }}
{{ if not $origin }}{{ with $page.File }}{{ $origin = .Path}}{{ end }}{{ end }}
{{ if not $origin }}{{ with $page.File }}{{ $origin = .Path }}{{ end }}{{ end }}

<!-- Main code -->
{{ if not $error -}}
Expand Down

0 comments on commit 267007b

Please sign in to comment.