Fix missing curly braces
This commit is contained in:
parent
7e02427d02
commit
1d8dba35de
2 changed files with 2 additions and 2 deletions
|
@ -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" }}
|
||||
|
|
|
@ -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" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue