link to generated kroki SVG

This commit is contained in:
Amolith 2023-08-28 18:00:10 -04:00
parent 4d110296d3
commit 9f7474b810
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ References:
{{- end }} {{- end }}
{{- /* Render. */}} {{- /* Render. */}}
<a href="{{ $attrs.src | safeURL }}">
<img <img
{{- range $k, $v := $attrs }} {{- range $k, $v := $attrs }}
{{- if not (eq $k "type") }} {{- if not (eq $k "type") }}
@ -111,4 +112,5 @@ References:
{{- end }} {{- end }}
{{- end -}} {{- end -}}
> >
</a>
{{- /**/ -}} {{- /**/ -}}