Skip to content

Commit

Permalink
Fix curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatBC committed Feb 3, 2024
1 parent 1d8dba3 commit f8b635a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/sections/experiences/single-position.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="col-10 col-lg-8">
<div class="experience-entry-heading">
{{ $position:= index .positions 0 }}
{{} $logoImage:= resources.Get .company.logo}}
{{ $logoImage:= resources.Get .company.logo}}
{{ if $logoImage }}
{{/* svg don't support "Fit" operation */}}
{{ if ne $logoImage.MediaType.SubType "svg" }}
Expand Down

0 comments on commit f8b635a

Please sign in to comment.