Skip to content

Commit

Permalink
Fix missing curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatBC committed Feb 3, 2024
1 parent 7e02427 commit 1d8dba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="col-10 col-lg-8">
<div class="experience-entry-heading">
{ $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
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 1d8dba3

Please sign in to comment.