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