omegamma/layouts/partials/inline-svg.html

7 lines
167 B
HTML
Raw Normal View History

2021-09-28 14:47:14 +00:00
{{ $svg := resources.Get . }}
{{ if eq $svg nil }}
cnt: {{ $svg.Content }}
{{ else }}
{{ $svg.Content | replaceRE "(width|height)=\"\\d+\"" "" | safeHTML }}
{{ end }}