summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/svg-raw.html
blob: 701875a4ba3ec0f5372507a59b47bfb6c27aec2f (plain)
1
2
3
4
5
6
7
8

{{- $file := .Get 0 }}
{{- $path := printf "content_images/%s" $file}}
{{- $img := resources.Get $path }}
<img 
  class="center"
  src="{{ $img.Permalink }}" 
  >