Fix curly braces
This commit is contained in:
parent
1d8dba35de
commit
f8b635ace0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<div class="col-10 col-lg-8">
|
<div class="col-10 col-lg-8">
|
||||||
<div class="experience-entry-heading">
|
<div class="experience-entry-heading">
|
||||||
{{ $position:= index .positions 0 }}
|
{{ $position:= index .positions 0 }}
|
||||||
{{} $logoImage:= resources.Get .company.logo}}
|
{{ $logoImage:= resources.Get .company.logo}}
|
||||||
{{ if $logoImage }}
|
{{ if $logoImage }}
|
||||||
{{/* svg don't support "Fit" operation */}}
|
{{/* svg don't support "Fit" operation */}}
|
||||||
{{ if ne $logoImage.MediaType.SubType "svg" }}
|
{{ if ne $logoImage.MediaType.SubType "svg" }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue