Back to Docker

Inline Image.Markdown

layouts/_shortcodes/inline-image.markdown.md

18.09-release140 B
Original Source

{{ $src := .Get "src" }} {{ $alt := .Get "alt" }} {{ $title := .Get "title" }} ![{{ $alt }}]({{ $src }}{{ with $title }} "{{ . }}"{{ end }})