shortcode-templates.md: Remove stray period

This commit is contained in:
XhmikosR 2017-10-25 20:46:33 +03:00 committed by digitalcraftsman
parent af2905fe45
commit a7422f35d1

View File

@ -124,7 +124,7 @@ You could then include the following as part of your shortcode templating:
<img src="{{.Get "src" }}" alt="">
{{ else }}
<img src="{{.Get 0}}" alt="">
{{ end }}.
{{ end }}
```
See the [example Vimeo shortcode][vimeoexample] below for `.IsNamedParams` in action.