summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/st-logo.html
blob: 2958668481cf8b54ac426e4946af9f0e1b75c577 (plain)
1
2
3
4
5
6
{{- $file := .Get 0 }}
{{ $alt := .Inner }}
<div style="margin: 0 30%">
  {{- $path := printf "assets/content_images/%s" $file}}
  {{- $path  | readFile | safeHTML -}}
</div>