mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 20:34:41 -04:00
Fix typo
This commit is contained in:
parent
89bafa4907
commit
43d12b44ca
@ -119,7 +119,7 @@ You could then include the following as part of your shortcode templating:
|
||||
|
||||
```
|
||||
{{ if .IsNamedParams }}
|
||||
<img src="{{.Get "src" alt="">
|
||||
<img src="{{.Get "src" }}" alt="">
|
||||
{{ else }}
|
||||
<img src="{{.Get 0}}" alt="">
|
||||
{{ end }}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user